X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/170b8fd4c6c02d72994b8bfeefb06d0e51f28945..1769971cde94eb07854f3b9c1a830c885ca858a3:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 7d6b1acd4..d96a04eae 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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; @@ -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,6 +740,7 @@ 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; @@ -866,7 +877,8 @@ nav.secondary { } } -#sidebar_content { +#sidebar { + #sidebar_loader, .loader, .load_more { text-align: center; @@ -1057,6 +1069,7 @@ header .search_form { } .browse-tag-k { + font-weight: bold; font-weight: 500; background-color: #F6F6F6; } @@ -1075,6 +1088,14 @@ header .search_form { .note-comments li { margin: $lineheight/2 0; + + p { + margin-left: 10px; + } + } + + .note-description p { + margin-left: 10px; } } @@ -1683,6 +1704,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; @@ -1716,6 +1738,7 @@ header .search_form { display: block; margin-bottom: $lineheight/4; font-size: $typeheight; + font-weight: bold; font-weight: 500; line-height: 1.5; } @@ -2423,6 +2446,7 @@ a.button { h1 { display: block; color: white; + font-weight: normal; font-weight: 300; font-size: 34px; span {