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

git-svn-id: https://develop.svn.wordpress.org/trunk@21430 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-08-05 21:10:21 +00:00
parent 0f3bfa1172
commit baf3d55e1b
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
-------------------------------------------------------------- */