Add a missing semicolon.
git-svn-id: https://develop.svn.wordpress.org/trunk@26338 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6a5c878714
commit
695499f318
@ -400,7 +400,7 @@ select {
|
||||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
line-height: 15px;
|
||||
border-radius: 0 /* Reset mobile webkit's default element styling */
|
||||
border-radius: 0; /* Reset mobile webkit's default element styling */
|
||||
}
|
||||
|
||||
textarea {
|
||||
@ -7735,7 +7735,7 @@ body.full-overlay-active {
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
#theme-installer .wp-full-overlay-sidebar {
|
||||
#theme-installer .wp-full-overlay-sidebar {
|
||||
background: #EEE;
|
||||
border-right: 1px solid #DDD;
|
||||
}
|
||||
@ -10961,7 +10961,7 @@ li#wp-admin-bar-toggle-button {
|
||||
height: 36px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
.wp-admin .button-cancel {
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
@ -11570,7 +11570,7 @@ li#wp-admin-bar-toggle-button {
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
.inline-edit-row fieldset ul.cat-checklist label,
|
||||
.inline-edit-row #bulk-titles div {
|
||||
font-size: 16px;
|
||||
@ -11601,15 +11601,15 @@ li#wp-admin-bar-toggle-button {
|
||||
.inline-edit-row fieldset input[name=aa] {
|
||||
width: 4.5em;
|
||||
}
|
||||
|
||||
|
||||
#bulk-titles div {
|
||||
margin: 0.8em 0.3em;
|
||||
}
|
||||
|
||||
|
||||
#bulk-titles div a {
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
|
||||
/* Categories */
|
||||
.fixed .column-description {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user