This commit is contained in:
albert
2011-03-29 13:56:30 -04:00
parent f9c961cdc6
commit 5856b105f5
30 changed files with 236 additions and 1733 deletions

View File

@@ -176,6 +176,11 @@ span.wait {
color: #CCC;
}
span.ui-icon {
float: left;
margin-right: 0.25em;
}
table tfoot {
margin-top: 2em;
}
@@ -515,10 +520,18 @@ article.post-preview {
}
div#c-posts {
div.notice {
font-size: 80%;
padding: 1em;
margin-bottom: 1em;
ul {
margin-left: 1em;
}
}
aside#sidebar > section#pool-sidebar {
span.ui-icon {
float: left;
margin-right: 0.25em;
color: #666;
}
}