Whitespace cleanup for wp-admin.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@9057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3ce18f1598
commit
49d7ae3c43
|
@ -43,7 +43,6 @@ form#upload #post_content, form#upload #post_title {
|
|||
border-style: solid !important;
|
||||
}
|
||||
|
||||
|
||||
form#upload #post_content {
|
||||
height: 50px;
|
||||
}
|
||||
|
@ -58,7 +57,7 @@ form#upload #post_content {
|
|||
}
|
||||
|
||||
table#availablethemes {
|
||||
border-spacing: 0px;
|
||||
border-spacing: 0;
|
||||
border: none;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
|
@ -165,7 +164,7 @@ table#availablethemes td.bottom {
|
|||
}
|
||||
|
||||
.commentlist li li {
|
||||
border-bottom: 0px;
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -280,7 +279,6 @@ table#availablethemes td.bottom {
|
|||
line-height: 150%;
|
||||
}
|
||||
|
||||
|
||||
table .vers {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -813,7 +811,7 @@ ul#adminmenu li.write-new-button a {
|
|||
|
||||
#adminmenu a {
|
||||
font-size: 13px;
|
||||
padding: 0px 7px 0px 36px;
|
||||
padding: 0 7px 0 36px;
|
||||
line-height: 1.1;
|
||||
display: block;
|
||||
text-indent: -18px;
|
||||
|
@ -1842,7 +1840,7 @@ a.togbox {
|
|||
|
||||
#inbox-filter .actions {
|
||||
margin-left: 6px;
|
||||
background: url(images/archive-link.png) 0px 12px no-repeat;
|
||||
background: url(images/archive-link.png) 0 12px no-repeat;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue