]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Keep header h1 height equal to default header height
[rails.git] / app / assets / stylesheets / common.scss
index d2134536eb3a5259eb8ddee88fb2a5b7c4629561..cf0bfae22527b41685c3ef8cd7524fef739673fd 100644 (file)
@@ -50,7 +50,7 @@ time[title] {
 
 /* Utility for de-emphasizing content */
 
-.text-muted a {
+.text-body-secondary a {
   color: $blue;
 }
 
@@ -103,18 +103,12 @@ header {
   }
 
   > * {
-    height: 100%;
     padding: $lineheight * 0.5;
   }
 
-  img.logo {
-    margin-top: -2px;
-  }
-
   h1 {
+    height: $headerHeight;
     font-size: 18px;
-    line-height: 1.2;
-    padding-top: 15px;
   }
 
   .btn {
@@ -891,7 +885,8 @@ div.secondary-actions {
   }
 }
 
-/* Rules for the "Welcome" page */
+/* Rules for the "Welcome" and "Fix the map" pages */
+
 .site-welcome, .site-fixthemap {
   .sprite {
     width: 50px;
@@ -929,6 +924,8 @@ div.secondary-actions {
   }
 }
 
+/* Rules for the "About" page */
+
 .site-about #content {
   .content-inner {
     max-width: 760px;