Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
d3376700
Commit
d3376700
authored
Jul 13, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improving typography
parent
e12ee379
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
14 deletions
+28
-14
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
+5
-2
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
+9
-0
app/assets/stylesheets/gitlab_bootstrap/typography.scss
app/assets/stylesheets/gitlab_bootstrap/typography.scss
+11
-6
app/views/help/index.html.haml
app/views/help/index.html.haml
+3
-4
app/views/projects/merge_requests/index.html.haml
app/views/projects/merge_requests/index.html.haml
+0
-2
No files found.
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
View file @
d3376700
...
...
@@ -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
;
}
...
...
app/assets/stylesheets/gitlab_bootstrap/mixins.scss
View file @
d3376700
...
...
@@ -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
;
}
app/assets/stylesheets/gitlab_bootstrap/typography.scss
View file @
d3376700
...
...
@@ -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
{
...
...
app/views/help/index.html.haml
View file @
d3376700
%h
3
.page-title
G
ITLAB
%h
2
.page-title
G
itLab
.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.
...
...
app/views/projects/merge_requests/index.html.haml
View file @
d3376700
...
...
@@ -5,8 +5,6 @@
%h3
.page-title
Merge Requests
%br
.row
.span3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment