blob: d6c47c63cc034f8ad836ee4e4d5d26b84207ff70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
@import _reset.sass
@import _mixins.sass
body
width: 240px
a
color= !luxagraf_orange
text-decoration: none
.clearfix
clear: both
header
hgroup
margin: 0
h1,h2
+sm-sans
display: inline
a
color= !luxagraf_brown
h2
font-size: 90%
nav
margin-top: 10px
li
display: block
float: left
+sm-sans
font-size: 10px
text-transform: uppercase
margin: 0 3px
li#stories
margin-left: 0
#featured-article
clear: both
padding-top: 8px
+sm-sans
h3
display: block
p
font-size: 12px
line-height: 16px
footer
+sm-sans
font-size: 80%
p
float: left
margin: 0
nav
display: block
clear: both
font-size: 10px
text-transform: uppercase
li
float: left
margin: 0 3px
li#rss
margin-left: 0
section#view-options
clear: both
margin-top: 10px
ul
float: left
li
color: #999
|