Skip to content

Commit e785367

Browse files
author
intelekshual
committedJun 27, 2011
initial css for story page
1 parent 5d5c973 commit e785367

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
 

‎public/stylesheets/default.css

+8-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ footer { padding: 15px 0 0 0; margin: 25px 0 0 0; border-top: 1px solid #ccc; }
2121
#active-stories .story .meta .round { display:block; float:left; }
2222
#active-stories .story .meta .players { display:block; float:right; }
2323
#active-stories .story .timer { position: absolute; color: #FFF; font-size: 11px; text-align:center; padding: 3px; width: 24px; background: #000; top:0px; right:0px; }
24-
#active-stories .story:hover .timer { background: #00B7FF; }
24+
#active-stories .story:hover .timer { background: #00B7FF; }
25+
26+
#story h2 { padding: 0 0 15px 0; }
27+
#story .stream { margin: 0 0 25px 0; }
28+
#story .stream li { display: inline; line-height: 2; font-size: 16px; text-indent: 5px hanging; padding: 5px; background: #f3f3f3; }
29+
#story .current-round {}
30+
#story .current-round .entries {}
31+
#story .current-round .entries li {}

‎views/story.mustache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="story">
22
<h2>The story so far...</h2>
3-
<ol id="stream">
3+
<ol class="stream">
44
<li>It was a dark and stormy night...</li>
55
<li>Nam vel tincidunt nunc. Curabitur accumsan nisi neque, et aliquam ante. Mauris pulvinar commodo elit id suscipit.</li>
66
<li>Integer mattis, est vel sollicitudin egestas, lectus dui ultrices felis, eu placerat nunc diam vitae justo.</li>

0 commit comments

Comments
 (0)
Please sign in to comment.