forked from GNUsocial/gnu-social
Styles for nested <li>s
This commit is contained in:
parent
b8c4d0cad6
commit
caeb74c9a5
@ -963,12 +963,20 @@ border-right:0;
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/*If there is hentry on #content_inner, this doesn't need to be specific to #doc */
|
||||||
#doc #content_inner p {
|
#doc #content_inner p {
|
||||||
margin-bottom:18px;
|
margin-bottom:18px;
|
||||||
}
|
}
|
||||||
|
#doc #content_inner ol,
|
||||||
#doc #content_inner ul {
|
#doc #content_inner ul {
|
||||||
list-style-position:inside;
|
list-style-position:inside;
|
||||||
}
|
}
|
||||||
|
#doc #content_inner li {
|
||||||
|
margin-bottom:18px;
|
||||||
|
}
|
||||||
|
#doc #content_inner li li {
|
||||||
|
margin-left:18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*START: LOAD ALONG WITH JS*/
|
/*START: LOAD ALONG WITH JS*/
|
||||||
|
Loading…
Reference in New Issue
Block a user