Add a missing semicolon.
Built from https://develop.svn.wordpress.org/trunk@26338 git-svn-id: http://core.svn.wordpress.org/trunk@26239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
06b4f99e18
commit
d5f124f45e
|
@ -400,7 +400,11 @@ select {
|
|||
font-size: 14px;
|
||||
padding: 3px 5px;
|
||||
line-height: 15px;
|
||||
border-radius: 0 /* Reset mobile webkit's default element styling */ } textarea { padding: 2px 6px;
|
||||
border-radius: 0; /* Reset mobile webkit's default element styling */
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: 2px 6px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
|
@ -7731,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-left: 1px solid #DDD;
|
||||
}
|
||||
|
@ -10957,7 +10961,7 @@ li#wp-admin-bar-toggle-button {
|
|||
height: 36px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
|
||||
.wp-admin .button-cancel {
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
|
@ -11566,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;
|
||||
|
@ -11597,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;
|
||||
|
|
|
@ -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