Added padding for 'Storage Space' in RTL. Props rasheed, yoavf. fixes #17871

git-svn-id: http://svn.automattic.com/wordpress/trunk@18332 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2011-06-23 19:57:21 +00:00
parent 7ba19933f3
commit 5eaf7b7e05
3 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,11 @@
position: static;
}
.rtl #dashboard_right_now p.musub {
padding-left: 0;
padding-right: 16px;
}
#dashboard_right_now td.b a.musublink {
font-size: 16px;
}