21 lines
322 B
Sass
21 lines
322 B
Sass
#sidebar
|
|
float: left
|
|
width= !sidebar_width
|
|
margin-left= !sidebar_margin
|
|
|
|
h4
|
|
margin: 20px 0 0
|
|
&:first-child
|
|
margin-top: 10px
|
|
.small
|
|
+sans-font
|
|
font-size: 50%
|
|
|
|
#delicious
|
|
p
|
|
font-style: italic
|
|
li
|
|
font-size: 90%
|
|
color: #666
|
|
font-style: normal
|
|
padding-bottom: 8px |