This commit is contained in:
Toks
2013-05-11 07:42:39 -04:00
parent 0ced0ca659
commit 189544f66f

View File

@@ -264,6 +264,11 @@ div#c-posts {
word-wrap: break-word; word-wrap: break-word;
} }
#nav-links {
margin: 1em 0;
padding: 0.5em;
}
#content.with-ads { #content.with-ads {
margin-right: 7em; margin-right: 7em;
} }
@@ -273,9 +278,11 @@ div#c-posts {
word-wrap: break-word; word-wrap: break-word;
} }
#pool-nav, #search-seq-nav, #nav-help { #search-seq-nav + #pool-nav {
margin: 0px 0px 0.5em 0px; margin-top: 0.5em;
}
#pool-nav, #search-seq-nav, #nav-help {
li { li {
position: relative; position: relative;
text-align: center; text-align: center;