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:
parent
0f3bfa1172
commit
baf3d55e1b
@ -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
|
||||
-------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user