OSDN Git Service

Semibold headers
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 31 Jul 2013 13:24:11 +0000 (16:24 +0300)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Wed, 31 Jul 2013 13:24:11 +0000 (16:24 +0300)
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss

index b9abb5e..9ddaaf3 100644 (file)
@@ -90,7 +90,6 @@
 @mixin page-title {
   color: $style_color;
   font-size: 20px;
-  font-weight: normal;
   line-height: 1.5;
   margin-top: 0px;
   margin-bottom: 15px;
index 69292ca..ba0c40a 100644 (file)
@@ -2,6 +2,10 @@
  * Headers
  *
  */
+h1, h2, h3, h4, h5, h6 {
+  font-weight: 500;
+  line-height: 1.1;
+}
 
 h1.page-title {
   @include page-title;