Description:
changed styling on status view
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r221:68329c4240e1 - - 2 files changed: 7 inserted, 0 deleted

@@ -1,5 +1,6
1 1 <h1>Thailand Code Jom</h1>
2 2
3 + <div id="status-content">
3 4 <div id="dead-status">
4 5 <h2>Bye bye</h2>
5 6 <% @dead_users.each do |user| %>
@@ -15,3 +16,5
15 16 </div>
16 17 <% end %>
17 18 </div>
19 + <br style="clear:both"/>
20 + </div>
@@ -4,6 +4,10
4 4 text-align: center;
5 5 }
6 6
7 + #status-content {
8 + background: black;
9 + }
10 +
7 11 #dead-status {
8 12 float: right;
9 13 width: 200px;
You need to be logged in to leave comments. Login now