]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Darken grey
[rails.git] / app / assets / stylesheets / common.css.scss
index ae0f4da3c51ae6d068e33a35cc662a26163acada..d939282058cb8dfdc209385df2415da8a41ea0b0 100644 (file)
@@ -36,7 +36,10 @@ abbr, acronym {
   cursor: help;
 }
 
-strong { font-weight: 500; }
+strong {
+  font-weight: bold;
+  font-weight: 500;
+}
 
 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
@@ -107,11 +110,15 @@ body.slim {
 }
 
 h1, h2, h3 {
+  font-weight: bold;
   font-weight: 500;
   line-height: 1.2;
 }
 
-h4, h5 { font-weight: 500; }
+h4, h5 {
+  font-weight: bold;
+  font-weight: 500;
+}
 
 h1 {
   font-size: 18px;
@@ -205,6 +212,7 @@ table {
     line-height: $lineheight;
   }
   th {
+    font-weight: bold;
     font-weight: 500;
     vertical-align: top;
   }
@@ -302,6 +310,7 @@ nav.primary {
   a.tab,
   .dropdown-toggle {
     display: inline-block;
+    font-weight: bold;
     font-weight: 500;
     color: $green;
     padding: 5px 15px;
@@ -350,7 +359,7 @@ nav.secondary {
       color: $darkgrey;
       padding: 5px;
 
-      &:hover { color: darken($darkgrey, 10%); }
+      &:hover { color: darken($darkgrey, 25%); }
     }
   }
 
@@ -360,7 +369,7 @@ nav.secondary {
 
   .user-menu {
     $border: 1px solid $grey;
-
+    font-weight: bold;
     font-weight: 500;
     border: $border;
     border-radius: $border-radius;
@@ -653,6 +662,7 @@ nav.secondary {
     p {
       padding: $lineheight/2 $lineheight $lineheight;
       font-size: 110%;
+      font-weight: normal;
       font-weight: 300;
     }
 
@@ -661,7 +671,7 @@ nav.secondary {
       float: left;
       margin: 0;
       border-radius: 0;
-      font-weight: 400;
+      font-weight: normal;
       padding: .6em;
 
       &.learn-more {
@@ -730,10 +740,12 @@ nav.secondary {
         padding: 2px 6px;
         border-bottom-right-radius: 3px;
         cursor: pointer;
+        font-weight: bold;
         font-weight: 500;
         font-size: 16px;
         text-stroke: 2px #fff;
         background: rgba(255,255,255,.9);
+        z-index: 2; // For IE9
         input[type="radio"] {
           display: none;
         }
@@ -1058,6 +1070,7 @@ header .search_form {
     }
 
     .browse-tag-k {
+      font-weight: bold;
       font-weight: 500;
       background-color: #F6F6F6;
     }
@@ -1076,6 +1089,14 @@ header .search_form {
 
   .note-comments li {
     margin: $lineheight/2 0;
+
+    p {
+      margin-left: 10px;
+    }
+  }
+
+  .note-description p {
+    margin-left: 10px;
   }
 }
 
@@ -1684,6 +1705,7 @@ header .search_form {
   h2 {
     margin: 0 -10px 10px -10px;
     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
+    font-weight: bold;
     font-weight: 500;
     font-size: 12px;
     background-color: #c00;
@@ -1717,6 +1739,7 @@ header .search_form {
     display: block;
     margin-bottom: $lineheight/4;
     font-size: $typeheight;
+    font-weight: bold;
     font-weight: 500;
     line-height: 1.5;
   }
@@ -2424,6 +2447,7 @@ a.button {
     h1 {
       display: block;
       color: white;
+      font-weight: normal;
       font-weight: 300;
       font-size: 34px;
       span {