summaryrefslogtreecommitdiff
blob: d5441db12454ece028da40c29614e1815cd65fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * RTL styles for the Site Logo control. Just swaps the button sides.
 */
#customize-control-site_logo .remove {
	float: right;
	margin-left: 3px;
}

#customize-control-site_logo .new,
#customize-control-site_logo .change {
	float: left;
}