Commit d3376700 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improving typography

parent e12ee379
...@@ -86,12 +86,15 @@ ...@@ -86,12 +86,15 @@
color: #456; color: #456;
font-size: 16px; font-size: 16px;
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
padding: 0px 10px; padding: 10px;
line-height: 36px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
margin: 0; margin: 0;
h5 {
margin: 0;
}
> a { > a {
text-shadow: 0 1px 1px #fff; text-shadow: 0 1px 1px #fff;
} }
......
...@@ -84,3 +84,12 @@ ...@@ -84,3 +84,12 @@
h3 { margin-top: 20px;} h3 { margin-top: 20px;}
h4 { margin-top: 15px;} h4 { margin-top: 15px;}
} }
@mixin page-title {
color: #456;
font-size: 20px;
font-weight: normal;
line-height: 1.5;
margin-top: 0px;
margin-bottom: 15px;
}
...@@ -3,13 +3,18 @@ ...@@ -3,13 +3,18 @@
* *
*/ */
h1.page-title {
@include page-title;
font-size: 28px;
}
h2.page-title {
@include page-title;
font-size: 24px;
}
h3.page-title { h3.page-title {
color: #456; @include page-title;
font-size: 20px;
font-weight: normal;
line-height: 28px;
margin-top: 0px;
margin-bottom: 15px;
} }
h6 { h6 {
......
%h3.page-title %h2.page-title
GITLAB GitLab
.pull-right .pull-right
%span= Gitlab::VERSION %span= Gitlab::VERSION
%small= Gitlab::REVISION %small= Gitlab::REVISION
%hr %p.slead
%p.lead
Self Hosted Git Management Self Hosted Git Management
%br %br
Fast, secure and stable solution based on Ruby on Rails. Fast, secure and stable solution based on Ruby on Rails.
......
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
%h3.page-title %h3.page-title
Merge Requests Merge Requests
%br
.row .row
.span3 .span3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment