font tweaking

This commit is contained in:
Jörg Thalheim 2012-07-27 12:42:50 +02:00
parent 68ce2db6c2
commit 4abfdc744a
1 changed files with 28 additions and 27 deletions

View File

@ -24,7 +24,6 @@ body {
padding-left: 10px;
padding-right:10px;
font-size: 1.1em;
font-weight:bold;
}
#pagetitle {
@ -35,32 +34,6 @@ body {
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 {
@include grid_container;
@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;
}