css style

This commit is contained in:
Toks
2013-06-30 12:14:52 -04:00
parent adf4c614f1
commit fcac7cdc1f
2 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ header#top {
} }
menu.main { menu.main {
margin-top: 0px; margin-top: 0;
background: none; background: none;
li.current a { li.current a {

View File

@@ -58,7 +58,7 @@ a.blacklisted-active {
float: none; float: none;
width: auto; width: auto;
border: none; border: none;
margin: 0px; margin: 0;
padding: 5px 5px 10px; padding: 5px 5px 10px;
} }
} }
@@ -269,30 +269,30 @@ div#c-posts {
li { li {
position: relative; position: relative;
text-align: center; text-align: center;
padding: 0px 5.5em; padding: 0 5.5em;
.prev { .prev {
position: absolute; position: absolute;
left: 2em; left: 2em;
top: 0px; top: 0;
} }
.next { .next {
position: absolute; position: absolute;
right: 2em; right: 2em;
top: 0px; top: 0;
} }
.first { .first {
position: absolute; position: absolute;
left: 0.5em; left: 0.5em;
top: 0px; top: 0;
} }
.last { .last {
position: absolute; position: absolute;
right: 0.5em; right: 0.5em;
top: 0px; top: 0;
} }
&:hover { &:hover {