mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Core updates for the new color schemes.
* Update about page, there's now 8. * Display them four wide, not three, and ensure adequate spacing. * Use a dedicated nonce. * Push Light to the front in addition to Default. * Use user-profile.js on about.php. A few extra things are initialized but they are harmless. see #26468, #26387. git-svn-id: https://develop.svn.wordpress.org/trunk@26776 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -7638,10 +7638,11 @@ div#custom-background-image img {
|
||||
|
||||
.color-option {
|
||||
display: inline-block;
|
||||
width: 32%;
|
||||
width: 24%;
|
||||
padding: 5px 15px 15px;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.color-option:hover,
|
||||
@@ -8029,7 +8030,6 @@ body.press-this {
|
||||
}
|
||||
|
||||
.about-wrap .about-colors .color-option {
|
||||
width: 24%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.about-wrap .about-colors .color-option label {
|
||||
|
||||
Reference in New Issue
Block a user