Themes: Remove some unused invalid CSS. See #25948
Built from https://develop.svn.wordpress.org/trunk@26320 git-svn-id: http://core.svn.wordpress.org/trunk@26223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
670cfd9a99
commit
37d2429ed8
|
@ -754,9 +754,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(4n) {
|
||||
margin-left: 0;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 23vw;
|
||||
}
|
||||
.theme-overlay .theme-wrap,
|
||||
.theme-overlay .theme-actions {
|
||||
left: 15%;
|
||||
|
@ -774,9 +771,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(odd) {
|
||||
margin-left: 5%;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 23vw;
|
||||
}
|
||||
}
|
||||
/* Mini-sidebar in MP6 */
|
||||
@media ( max-width: 900px ) {
|
||||
|
@ -829,9 +823,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(3n) {
|
||||
margin-left: 0;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 53vw;
|
||||
}
|
||||
.theme-overlay .theme-update,
|
||||
.theme-overlay .theme-description {
|
||||
margin-right: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -754,9 +754,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(4n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 23vw;
|
||||
}
|
||||
.theme-overlay .theme-wrap,
|
||||
.theme-overlay .theme-actions {
|
||||
right: 15%;
|
||||
|
@ -774,9 +771,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(odd) {
|
||||
margin-right: 5%;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 23vw;
|
||||
}
|
||||
}
|
||||
/* Mini-sidebar in MP6 */
|
||||
@media ( max-width: 900px ) {
|
||||
|
@ -829,9 +823,6 @@ body.theme-overlay-open {
|
|||
.theme:nth-child(3n) {
|
||||
margin-right: 0;
|
||||
}
|
||||
.theme.add-new:after {
|
||||
font-size: 53vw;
|
||||
}
|
||||
.theme-overlay .theme-update,
|
||||
.theme-overlay .theme-description {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue