Commit d3376700 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improving typography

parent e12ee379
......@@ -86,12 +86,15 @@
color: #456;
font-size: 16px;
text-shadow: 0 1px 1px #fff;
padding: 0px 10px;
line-height: 36px;
padding: 10px;
font-size: 14px;
font-weight: normal;
margin: 0;
h5 {
margin: 0;
}
> a {
text-shadow: 0 1px 1px #fff;
}
......
......@@ -84,3 +84,12 @@
h3 { margin-top: 20px;}
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 @@
*
*/
h1.page-title {
@include page-title;
font-size: 28px;
}
h2.page-title {
@include page-title;
font-size: 24px;
}
h3.page-title {
color: #456;
font-size: 20px;
font-weight: normal;
line-height: 28px;
margin-top: 0px;
margin-bottom: 15px;
@include page-title;
}
h6 {
......
%h3.page-title
GITLAB
%h2.page-title
GitLab
.pull-right
%span= Gitlab::VERSION
%small= Gitlab::REVISION
%hr
%p.lead
%p.slead
Self Hosted Git Management
%br
Fast, secure and stable solution based on Ruby on Rails.
......
......@@ -5,8 +5,6 @@
%h3.page-title
Merge Requests
%br
.row
.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