summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/css/blogs.css
blob: ec945f6591fd9e4f05247b2ba67317f5a4ac054d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}