Commit 73c163fb1d2ec95c0590afd0a8fa12c57de17155

Authored by Dmitriy Zaporozhets
1 parent 38ef603b

Modify style for .slead

app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -48,7 +48,13 @@
48 48 line-height: 36px;
49 49 }
50 50  
51   -p.slead { color: #456; font-size: 16px; margin-bottom: 12px; font-weight: 200; line-height: 24px; }
  51 +.slead {
  52 + color: #666;
  53 + font-size: 14px;
  54 + margin-bottom: 12px;
  55 + font-weight: normal;
  56 + line-height: 24px;
  57 +}
52 58  
53 59 /** FORMS **/
54 60 input[type='search'].search-text-input {
... ...
app/views/help/index.html.haml
... ... @@ -8,8 +8,6 @@
8 8 %br
9 9 Fast, secure and stable solution based on Ruby on Rails.
10 10  
11   -%br
12   -
13 11 .row
14 12 .span4
15 13 .ui-box
... ...