mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
16 lines
230 B
CSS
16 lines
230 B
CSS
.wrap, .updated, .error, #the-comment-list td.comment {
|
|
max-width: 99%;
|
|
}
|
|
|
|
html {
|
|
height: 100%;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
#newcat {
|
|
width:95% !important;
|
|
}
|
|
|
|
#category-add select, #newtag {
|
|
width: 75% !important;
|
|
} |