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