small production fixes
This commit is contained in:
parent
2eef77b106
commit
b01f66f1c0
@ -106,7 +106,7 @@ dt
|
||||
|
||||
|
||||
ul li
|
||||
list-style-image: url('bullet.png')
|
||||
list-style-image: image-url('bullet.png')
|
||||
|
||||
|
||||
blockquote
|
||||
|
@ -56,11 +56,11 @@ ul.nav
|
||||
width: 100%
|
||||
|
||||
.blog_nav
|
||||
.next , .prev
|
||||
.next_post , .prev_post
|
||||
width: 20%
|
||||
.next
|
||||
.next_post
|
||||
float: right
|
||||
.prev
|
||||
.prev_post
|
||||
float: left
|
||||
.blog_post
|
||||
h1
|
||||
|
@ -1,6 +1,6 @@
|
||||
.row.blog_nav
|
||||
.prev=raw(prev_post(@post))
|
||||
.next=raw(next_post(@post))
|
||||
.prev_post=raw(prev_post(@post))
|
||||
.next_post=raw(next_post(@post))
|
||||
|
||||
.blog_post
|
||||
.center_col
|
||||
|
Loading…
Reference in New Issue
Block a user