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:
Andrew Nacin
2013-12-07 07:45:57 +00:00
parent 5f8a1695cc
commit e41692153c
7 changed files with 12 additions and 63 deletions

View File

@@ -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 {