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