]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Styles for nested <li>s
authorsarven <csarven@plantard.controlezvous.ca>
Tue, 20 Jan 2009 22:55:46 +0000 (22:55 +0000)
committersarven <csarven@plantard.controlezvous.ca>
Tue, 20 Jan 2009 22:55:46 +0000 (22:55 +0000)
theme/base/css/display.css

index ec193b9b60962dc7cbfccd21ae1a8ee9437cb08b..61ce2d043decd5c53c6d3020fb3a27a7bcc6abf6 100644 (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*/