Theme Customizer: Sidebar RTL fixes. see #19910.

git-svn-id: http://core.svn.wordpress.org/trunk@20822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
koopersmith 2012-05-17 17:08:20 +00:00
parent 125c5610af
commit 67e4ef9102
2 changed files with 0 additions and 18 deletions

View File

@ -16,22 +16,6 @@
float: right;
}
.customize-control-title {
clear: rigt;
float: right;
margin-right: 0;
margin-left: 10px;
}
.customize-control-text input {
float: left;
}
.customize-control-radio label {
float: right;
clear: both;
}
.customize-control-radio input {
margin-right: 0;
margin-left: 5px;

View File

@ -199,8 +199,6 @@ body {
}
.customize-control-radio label {
float: left;
clear: both;
line-height: 20px;
}