fix post ordering
This commit is contained in:
@ -11,7 +11,7 @@ $blockquote-border: $dove-grey !default
|
||||
body
|
||||
margin: 0
|
||||
padding: 0
|
||||
background: $body-background url("../images/bkg.png") 0 0
|
||||
background: $body-background url("bkg.png") 0 0
|
||||
color: $body-foreground
|
||||
font-size: 16px
|
||||
line-height: 1.5
|
||||
@ -136,7 +136,7 @@ dt
|
||||
|
||||
|
||||
ul li
|
||||
list-style-image: url('../images/bullet.png')
|
||||
list-style-image: url('bullet.png')
|
||||
|
||||
|
||||
blockquote
|
||||
|
Reference in New Issue
Block a user