aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorResolve Digital <dave@resolvedigital.com>2011-05-30 19:18:48 -0700
committerResolve Digital <dave@resolvedigital.com>2011-05-30 19:18:48 -0700
commite382521a7d2a78e9bb61c56f779a2bbb97d538b2 (patch)
tree5cc86d7ad055eef0ac9c7f88e81001947d550a58
parent2dc08f3a496af8ddf8bdbb760b551494ffdefeb2 (diff)
downloadrefinerycms-blog-e382521a7d2a78e9bb61c56f779a2bbb97d538b2.tar.gz
refinerycms-blog-e382521a7d2a78e9bb61c56f779a2bbb97d538b2.tar.bz2
refinerycms-blog-e382521a7d2a78e9bb61c56f779a2bbb97d538b2.zip
Make the blog stylesheet work better with the default Refinery frontend stylesheet. Without this all posts displayed have a 1000px wide header and footer.
-rw-r--r--public/stylesheets/refinerycms-blog.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/public/stylesheets/refinerycms-blog.css b/public/stylesheets/refinerycms-blog.css
index 73a4e42..2e891ee 100644
--- a/public/stylesheets/refinerycms-blog.css
+++ b/public/stylesheets/refinerycms-blog.css
@@ -1,6 +1,9 @@
+.blog_post header, .blog_post footer {
+ width: auto;
+}
.blog_post .posted_at{
- display:block;
- margin:0 0 10px;
+ display:block;
+ margin:0 0 10px;
}
.post_categories .filed_in {
display: inline;