From a214b9e7168890ce52c3336350663669cb938ce5 Mon Sep 17 00:00:00 2001
From: Joe Sak <joe@joesak.com>
Date: Sat, 20 Nov 2010 11:35:08 -0600
Subject: Added Next, Previous Article & Home navigation

---
 public/stylesheets/refinerycms-blog.css | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

(limited to 'public')

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
-- 
cgit v1.2.3