RTL CSS from Mani. fixes #6296

git-svn-id: http://svn.automattic.com/wordpress/trunk@7398 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-03-19 16:08:03 +00:00
parent c66438659d
commit 31e258ae64
10 changed files with 375 additions and 190 deletions

View File

@@ -0,0 +1,24 @@
#rightnow .reallynow span {
text-align: right;
float: right;
}
#rightnow .reallynow a {
text-align: left;
float: left;
margin: 1px 0 0 6px;
}
h3.dashboard-widget-title span {
text-align: right;
float: right;
}
h3.dashboard-widget-title small {
text-align: left;
float: left;
}
div.dashboard-widget-content ul,
div.dashboard-widget-content ol,
div.dashboard-widget-content dl {
padding-left:0;
padding-right:15px;
}