Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
4c88b24b
Commit
4c88b24b
authored
Aug 23, 2012
by
Thomas Park
Browse files
spruce: heading color and size
parent
aa06aaf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
spruce/bootstrap.css
View file @
4c88b24b
...
...
@@ -4760,18 +4760,20 @@ div.subnav li > a,
}
h1
{
font-size
:
54px
;
line-height
:
1.2em
;
color
:
#ebd90b
;
}
h2
{
font-size
:
36
px
;
font-size
:
48
px
;
}
h3
{
font-size
:
20
px
;
font-size
:
36
px
;
}
h4
{
font-size
:
16
px
;
font-size
:
24
px
;
}
h5
{
font-size
:
14
px
;
font-size
:
20
px
;
}
h1
>
small
,
h2
>
small
,
...
...
spruce/bootstrap.min.css
View file @
4c88b24b
...
...
@@ -802,11 +802,11 @@ a.label:hover,a.badge:hover{color:#ffffff;text-decoration:none;cursor:pointer;}
.invisible
{
visibility
:
hidden
;}
.affix
{
position
:
fixed
;}
.navbar
.brand
,
legend
,
.btn
,
.navbar
.nav
>
li
>
a
,
div
.subnav
li
>
a
,
.navbar-text
{
font-family
:
'Josefin Slab'
,
serif
;
font-weight
:
700
;}
h1
{
font-size
:
54px
;}
h2
{
font-size
:
36
px
;}
h3
{
font-size
:
20
px
;}
h4
{
font-size
:
16
px
;}
h5
{
font-size
:
14
px
;}
h1
{
font-size
:
54px
;
line-height
:
1.2em
;
color
:
#ebd90b
;
}
h2
{
font-size
:
48
px
;}
h3
{
font-size
:
36
px
;}
h4
{
font-size
:
24
px
;}
h5
{
font-size
:
20
px
;}
h1
>
small
,
h2
>
small
,
h3
>
small
,
h4
>
small
,
h5
>
small
,
h6
>
small
,
.muted
{
color
:
#f5f3dc
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;}
.alert-heading
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
color
:
inherit
;}
body
{
background-size
:
100%
1400px
;
background-repeat
:
repeat-y
;}
...
...
spruce/bootswatch.less
View file @
4c88b24b
...
...
@@ -16,11 +16,16 @@ div.subnav li > a,
font-weight: @headingsFontWeight;
}
h1 { font-size: 54px; }
h2 { font-size: 36px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h1 {
font-size: 54px;
line-height: 1.2em;
color: @yellow;
}
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, .muted {
color: @headingsColor;
...
...
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