mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
26 lines
390 B
CSS
26 lines
390 B
CSS
/**
|
|
* Category in sidebar
|
|
*/
|
|
#poststuff h2 {
|
|
clear: none;
|
|
}
|
|
|
|
.categorychecklist {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
overflow: auto;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.categorychecklist ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding-left: 17px;
|
|
}
|
|
|
|
.inside #categorychecklist {
|
|
background: #fff;
|
|
border: 2px solid #CEE1EF;
|
|
max-height: 300px;
|
|
padding: 3px 0 5px 5px;
|
|
} |