aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2010-11-20 11:35:08 -0600
committerJoe Sak <joe@joesak.com>2010-11-20 11:35:08 -0600
commita214b9e7168890ce52c3336350663669cb938ce5 (patch)
treec815cd3f8feef60163d8ae1381550ea217d81ccd /public
parent43d8c3a7ff35b4ec79767a204c14b33d90f7f1ab (diff)
downloadrefinerycms-blog-a214b9e7168890ce52c3336350663669cb938ce5.tar.gz
refinerycms-blog-a214b9e7168890ce52c3336350663669cb938ce5.tar.bz2
refinerycms-blog-a214b9e7168890ce52c3336350663669cb938ce5.zip
Added Next, Previous Article & Home navigation
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/refinerycms-blog.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/public/stylesheets/refinerycms-blog.css b/public/stylesheets/refinerycms-blog.css
index 35c2ef5..5bf6cc6 100644
--- a/public/stylesheets/refinerycms-blog.css
+++ b/public/stylesheets/refinerycms-blog.css
@@ -22,4 +22,29 @@
display: block;
padding-left: 25px;
background: url('/images/refinerycms-blog/rss-feed.png') no-repeat;
+}
+#next_prev_article{
+ overflow:hidden;
+ margin:10px 0;
+ position:relative;
+ height:30px;
+}
+#next_prev_article a{
+ display:block;
+ width:33%;
+ height:30px;
+ line-height:30px;
+ position:absolute;
+ top:0;
+}
+#next_prev_article a.prev{
+ left:0;
+}
+#next_prev_article a.home{
+ left:33%;
+ text-align:center;
+}
+#next_prev_article a.next{
+ text-align:right;
+ right:0;
} \ No newline at end of file