RTL tweak for classic theme from RanYanivHartstein. fixes #8009

git-svn-id: https://develop.svn.wordpress.org/trunk@9692 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-14 19:49:58 +00:00
parent 1314685848
commit 2cc1e36eb5
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ acronym, abbr, span.caps, h2, p, li, #header, #menu ul li, #menu ul ul li, #wp-c
margin-left: 12px;
}
#commentlist li .avatar {
margin-right: 0;
margin-left: 12px;
}
#content {
margin: 30px 3em 0 13em;
padding-right: 0;