pool views
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user