font tweaking
This commit is contained in:
parent
68ce2db6c2
commit
4abfdc744a
@ -24,7 +24,6 @@ body {
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right:10px;
|
padding-right:10px;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
font-weight:bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#pagetitle {
|
#pagetitle {
|
||||||
@ -35,32 +34,6 @@ body {
|
|||||||
margin-bottom: 2.5em;
|
margin-bottom: 2.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration:none;
|
|
||||||
&:hover {
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
header {
|
|
||||||
line-height: 190%;
|
|
||||||
a {
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
@include grid(12);
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
[class^="icon-"],
|
|
||||||
[class*="icon-"] {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@include grid_container;
|
@include grid_container;
|
||||||
@include clearfix;
|
@include clearfix;
|
||||||
@ -82,3 +55,31 @@ footer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration:none;
|
||||||
|
&:hover {
|
||||||
|
font-weight:bold;
|
||||||
|
letter-spacing:-0.0565em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
line-height: 190%;
|
||||||
|
a {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
@include grid(12);
|
||||||
|
padding-left: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
[class^="icon-"],
|
||||||
|
[class*="icon-"] {
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user