mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 23:41:38 +01:00
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:
parent
bb04145462
commit
bfb8144c1f
@ -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