Styles for nested <li>s

This commit is contained in:
sarven 2009-01-20 22:55:46 +00:00
parent b8c4d0cad6
commit caeb74c9a5

View File

@ -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 {
margin-bottom:18px;
}
#doc #content_inner ol,
#doc #content_inner ul {
list-style-position:inside;
}
#doc #content_inner li {
margin-bottom:18px;
}
#doc #content_inner li li {
margin-left:18px;
}
/*START: LOAD ALONG WITH JS*/