blob: 64537619adfe57b7141982b8a5d6f49f8e9bf1a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
@import blueprint
@import compass/utilities/links/link-colors
$link_color: #006699
+blueprint-print
body
font-size: 2em
a, a:link, a:visited, a:focus, a:active, a:hover
text-decoration: none
color: $link_color
#sidebar, .top-navigation, .commentForm
display: none
#header
h1
margin-bottom: 0
a
font-size: 2em
font-weight: bold
|