]> git.openstreetmap.org Git - rails.git/commitdiff
Revert to named font-weights, closes #58
authorAaron Lidman <aaronlidman@gmail.com>
Wed, 13 Nov 2013 19:54:37 +0000 (11:54 -0800)
committerAaron Lidman <aaronlidman@gmail.com>
Wed, 13 Nov 2013 19:54:37 +0000 (11:54 -0800)
app/assets/stylesheets/common.css.scss

index ae0f4da3c51ae6d068e33a35cc662a26163acada..577df56c35b6d17d131d96f3e52da95b24bd8d01 100644 (file)
@@ -36,7 +36,7 @@ abbr, acronym {
   cursor: help;
 }
 
-strong { font-weight: 500; }
+strong { font-weight: bold; }
 
 /* Micro Clearfix | Details: http://nicolasgallagher.com/micro-clearfix-hack/ */
 
@@ -107,11 +107,11 @@ body.slim {
 }
 
 h1, h2, h3 {
-  font-weight: 500;
+  font-weight: bold;
   line-height: 1.2;
 }
 
-h4, h5 { font-weight: 500; }
+h4, h5 { font-weight: bold; }
 
 h1 {
   font-size: 18px;
@@ -205,7 +205,7 @@ table {
     line-height: $lineheight;
   }
   th {
-    font-weight: 500;
+    font-weight: bold;
     vertical-align: top;
   }
   td {
@@ -302,7 +302,7 @@ nav.primary {
   a.tab,
   .dropdown-toggle {
     display: inline-block;
-    font-weight: 500;
+    font-weight: bold;
     color: $green;
     padding: 5px 15px;
   }
@@ -361,7 +361,7 @@ nav.secondary {
   .user-menu {
     $border: 1px solid $grey;
 
-    font-weight: 500;
+    font-weight: bold;
     border: $border;
     border-radius: $border-radius;
     margin-left: 10px;
@@ -653,7 +653,7 @@ nav.secondary {
     p {
       padding: $lineheight/2 $lineheight $lineheight;
       font-size: 110%;
-      font-weight: 300;
+      font-weight: normal;
     }
 
     .button {
@@ -661,7 +661,7 @@ nav.secondary {
       float: left;
       margin: 0;
       border-radius: 0;
-      font-weight: 400;
+      font-weight: normal;
       padding: .6em;
 
       &.learn-more {
@@ -730,7 +730,7 @@ nav.secondary {
         padding: 2px 6px;
         border-bottom-right-radius: 3px;
         cursor: pointer;
-        font-weight: 500;
+        font-weight: bold;
         font-size: 16px;
         text-stroke: 2px #fff;
         background: rgba(255,255,255,.9);
@@ -1058,7 +1058,7 @@ header .search_form {
     }
 
     .browse-tag-k {
-      font-weight: 500;
+      font-weight: bold;
       background-color: #F6F6F6;
     }
 
@@ -1684,7 +1684,7 @@ header .search_form {
   h2 {
     margin: 0 -10px 10px -10px;
     padding: $lineheight/4 $lineheight/4 $lineheight/4 15px;
-    font-weight: 500;
+    font-weight: bold;
     font-size: 12px;
     background-color: #c00;
     color: #fff;
@@ -1717,7 +1717,7 @@ header .search_form {
     display: block;
     margin-bottom: $lineheight/4;
     font-size: $typeheight;
-    font-weight: 500;
+    font-weight: bold;
     line-height: 1.5;
   }
   label.standard-label.secondary {
@@ -2424,7 +2424,7 @@ a.button {
     h1 {
       display: block;
       color: white;
-      font-weight: 300;
+      font-weight: normal;
       font-size: 34px;
       span {
         color: #76c551;