]> git.openstreetmap.org Git - rails.git/commitdiff
Fix alignment of greeting in top right corner of site.
authorTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 10:36:18 +0000 (10:36 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 14 Aug 2007 10:36:18 +0000 (10:36 +0000)
public/stylesheets/site.css

index 3d0da23696fb4e9247c8c988124335468dc1461d..164941b2e7d0d145e6d01355b27ae3c91ac93f76 100644 (file)
@@ -65,10 +65,12 @@ body {
 \r
 #greeting {\r
   float: right;\r
+  height: 20px;\r
+  margin: 0px;\r
   padding-right: 10px;\r
-  padding-top: 2px;\r
-  padding-bottom: 3px;\r
+  padding-top: 5px;\r
   font-size: 13px;\r
+  line-height: 14px;\r
   background: url('/images/tab_bottom.gif') repeat-x bottom;\r
 }\r
 \r
@@ -257,7 +259,7 @@ hides rule from IE5-Mac \*/
 #tabnav\r
 {\r
   height: 20px;\r
-  margin: 0;\r
+  margin: 0px;\r
   padding-left: 215px;\r
   padding-top: 5px;\r
   background: url('/images/tab_bottom.gif') repeat-x bottom;\r