[gnomeweb-wml] fixed bottom margin of a11y ruler



commit 5eb56542a87f3ae9c40ae6283b5dd481c073b34f
Author: Andreas Nilsson <nisses mail home se>
Date:   Mon Jan 30 18:47:53 2012 +0100

    fixed bottom margin of a11y ruler

 www.gnome.org/friends/ruler/a11y-ruler.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/www.gnome.org/friends/ruler/a11y-ruler.js b/www.gnome.org/friends/ruler/a11y-ruler.js
index 80bf301..31a6949 100644
--- a/www.gnome.org/friends/ruler/a11y-ruler.js
+++ b/www.gnome.org/friends/ruler/a11y-ruler.js
@@ -1,5 +1,5 @@
 document.write('<style type=\"text/css\">');
-document.write('body { margin: 0; } #gnome-fog-ruler { background: #57AD06; padding: 16px; color: #fff; font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif; font-size: 12px; z-index: 200; position: relative; }');
+document.write('body { margin: 0; } #gnome-fog-ruler { background: #57AD06; padding: 16px; color: #fff; font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif; font-size: 12px; z-index: 200; position: relative; margin-bottom: 0px;}');
 document.write('#gnome-fog-ruler * { margin: 0; padding: 0; }');
 document.write('#gnome-fog-ruler .fog-center { width: 960px; margin: 0 auto; text-align: left; }');
 document.write('#gnome-fog-ruler a { color: #fff; }');



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]