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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
105f5ba3
Commit
105f5ba3
authored
Dec 12, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reduce header font a bit. Moved to mixin header font styles
parent
d7eb3145
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
13 deletions
+12
-13
app/assets/stylesheets/mixins.scss
app/assets/stylesheets/mixins.scss
+10
-1
app/assets/stylesheets/sections/header.scss
app/assets/stylesheets/sections/header.scss
+2
-12
No files found.
app/assets/stylesheets/mixins.scss
View file @
105f5ba3
...
...
@@ -58,3 +58,12 @@
@mixin
solid-shade
{
@include
box-shadow
(
0
0
0
3px
#f1f1f1
);
}
@mixin
header-font
{
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-family
:
'Korolev'
,
sans-serif
;
font-size
:
28px
;
line-height
:
48px
;
font-weight
:
normal
;
}
app/assets/stylesheets/sections/header.scss
View file @
105f5ba3
...
...
@@ -44,14 +44,9 @@ header {
background
:
url('logo_dark.png')
no-repeat
0px
2px
;
float
:
left
;
margin-left
:
2px
;
font-size
:
30px
;
line-height
:
48px
;
font-weight
:
normal
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
padding-left
:
45px
;
height
:
40px
;
font-family
:
'Korolev'
,
sans-serif
;
@include
header-font
;
}
}
}
...
...
@@ -66,12 +61,7 @@ header {
float
:
left
;
margin
:
0
;
margin-right
:
30px
;
font-size
:
30px
;
line-height
:
48px
;
font-weight
:
normal
;
color
:
$style_color
;
text-shadow
:
0
1px
1px
#FFF
;
font-family
:
'Korolev'
,
sans-serif
;
@include
header-font
;
}
/**
...
...
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