]> git.openstreetmap.org Git - rails.git/commitdiff
Revert padding; fixes header baseline
authorJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 19 Nov 2013 19:45:49 +0000 (11:45 -0800)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Tue, 19 Nov 2013 19:45:49 +0000 (11:45 -0800)
app/assets/stylesheets/common.css.scss

index ebc5109c6335b4825ff9aa3811467590aba547b4..07428268a36d98d5b9da5762dc36b6dfe26bf597 100644 (file)
@@ -357,7 +357,7 @@ nav.secondary {
       display: inline-block;
       text-decoration: none;
       color: $darkgrey;
-      padding: 3px 5px 5px 5px;
+      padding: 5px;
 
       &:hover { color: darken($darkgrey, 25%); }
     }