blob: b46141fc9c6141152bb921a98c1c71cc0a5b683c (
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
|
@import _reset.sass
@import _mixins.sass
body
width: 100%
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
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
|