Twenty Twelve RTL: adds missing margin for lists in comments, props iandstewart. See #21441.

git-svn-id: http://core.svn.wordpress.org/trunk@21430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2012-08-05 21:10:21 +00:00
parent 80a938e3a5
commit b9ff50e964
1 changed files with 9 additions and 0 deletions

View File

@ -74,6 +74,15 @@ td {
border-left: none;
}
/* =Main Content
----------------------------------------------- */
.comment-content ol,
.comment-content ul {
margin: 0 24px 0 0;
margin: 0 1.714285714rem 0 0;
}
/* =Basic post styling
-------------------------------------------------------------- */