Skip to content
Snippets Groups Projects
Commit d3376700 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improving typography

parent e12ee379
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -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 {
Loading
Loading
%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.
Loading
Loading
Loading
Loading
@@ -5,8 +5,6 @@
%h3.page-title
Merge Requests
 
%br
 
.row
.span3
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment