Commit c4856e6f8dbc7b7db5cb01c340e211026dda03af

Authored by Dmitriy Zaporozhets
1 parent a28bc409

Semibold headers

app/assets/stylesheets/gitlab_bootstrap/mixins.scss
... ... @@ -90,7 +90,6 @@
90 90 @mixin page-title {
91 91 color: $style_color;
92 92 font-size: 20px;
93   - font-weight: normal;
94 93 line-height: 1.5;
95 94 margin-top: 0px;
96 95 margin-bottom: 15px;
... ...
app/assets/stylesheets/gitlab_bootstrap/typography.scss
... ... @@ -2,6 +2,10 @@
2 2 * Headers
3 3 *
4 4 */
  5 +h1, h2, h3, h4, h5, h6 {
  6 + font-weight: 500;
  7 + line-height: 1.1;
  8 +}
5 9  
6 10 h1.page-title {
7 11 @include page-title;
... ...