Add "Customize" as first item under Appearance menu.

fixes #21413. props ryanhellyer, obenland, DrewAPicture

git-svn-id: http://core.svn.wordpress.org/trunk@23871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith
2013-03-29 20:39:54 +00:00
parent e3b7b18d26
commit 8c4aeb9188
6 changed files with 32 additions and 35 deletions

View File

@@ -1338,19 +1338,14 @@ h3.available-themes {
margin-right: -330px;
}
.theme-options .load-customize {
margin-right: 0;
margin-left: 30px;
float: right;
}
.theme-options span {
float: right;
margin-right: 0;
margin-left: 10px;
}
.theme-options ul {
.theme-options ul,
.theme-options .load-customize {
float: right;
}