Updated wordpress sidebar styling
This commit is contained in:
parent
33a85b6ebd
commit
547b11200f
@ -8,6 +8,17 @@
|
|||||||
#sidebar li {
|
#sidebar li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
#sidebar ul .widget h2 {
|
||||||
|
font-size: 1.2em;
|
||||||
|
margin: .5em 0 1em 0;
|
||||||
|
}
|
||||||
|
#sidebar ul .widget {
|
||||||
|
margin: 0 0 1em 0;
|
||||||
|
}
|
||||||
|
#sidebar ul #searchform .screen-reader-text {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
.post {
|
.post {
|
||||||
margin: 0 0 3em 0;
|
margin: 0 0 3em 0;
|
||||||
}
|
}
|
||||||
@ -55,3 +66,9 @@ div.aligncenter {
|
|||||||
}
|
}
|
||||||
/* End captions */
|
/* End captions */
|
||||||
|
|
||||||
|
/*Fixing calendar styling */
|
||||||
|
table#wp-calendar {
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user