pool views

This commit is contained in:
albert
2011-02-25 17:41:00 -05:00
parent f48000a8b5
commit 6d0157265c
39 changed files with 1213 additions and 674 deletions

View File

@@ -271,6 +271,9 @@ form.simple_form {
width: 10em;
cursor: pointer;
font-weight: bold;
margin-top: 3px;
margin-right: 10px;
text-align: right;
}
span.hint {
@@ -306,6 +309,18 @@ div.dtext {
}
/*** Pools ***/
div.pools {
div.edit {
p {
margin-bottom: 1em;
width: 40em;
}
}
}
/*** Comments ***/
div.comments-for-post {
@@ -355,6 +370,20 @@ div.comments {
}
/*** Favorites ***/
div.favorites {
aside#sidebar {
h1 {
font-size: 1.2em;
}
}
section#content > h1 {
display: none;
}
}
/*** Posts ***/
div.posts {