summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-16 20:27:14 -0400
committerJules Laplace <jules@okfoc.us>2015-09-16 20:27:14 -0400
commit7eb327b13bd9ee241f47f22ba1c3db3c90e8e942 (patch)
tree0a47937e7e0785ff7f4cd925193ed385ade97567 /StoneIsland/www/css/blogs.css
parent14b92bdc7fb69a5751a7e029537e910cb7345262 (diff)
populate collectionview and productview
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rw-r--r--StoneIsland/www/css/blogs.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 5f0641c2..ec945f65 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -1,14 +1,17 @@
.story #story { display: block }
+#content.story { overflow: scroll }
#story {
display: none;
}
.hub #hub { display: block }
+#content.hub { overflow: scroll }
#hub {
display: none;
}
.archive #archive { display: block }
+#content.archive { overflow: scroll }
#archive {
display: none;
} \ No newline at end of file