summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css/blogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/css/blogs.css')
-rw-r--r--StoneIsland/platforms/ios/www/css/blogs.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/css/blogs.css b/StoneIsland/platforms/ios/www/css/blogs.css
new file mode 100644
index 00000000..5f0641c2
--- /dev/null
+++ b/StoneIsland/platforms/ios/www/css/blogs.css
@@ -0,0 +1,14 @@
+.story #story { display: block }
+#story {
+ display: none;
+}
+
+.hub #hub { display: block }
+#hub {
+ display: none;
+}
+
+.archive #archive { display: block }
+#archive {
+ display: none;
+} \ No newline at end of file