Hmm, these lists will conflict with commenting

This commit is contained in:
Eston Bond
2010-10-25 16:05:38 -07:00
parent b9d44662fa
commit 1227dd6841
+12 -2
View File
@@ -24,6 +24,10 @@
content: " ❈"; content: " ❈";
font-size: 0.8em; font-size: 0.8em;
} }
#template blockquote p:last-child:after {
content: none;
}
#template a:link { #template a:link {
color: #4183c4; color: #4183c4;
@@ -35,13 +39,19 @@
} }
#template ul, #template ol { #template ul, #template ol {
margin: 1.0em 0; margin: 1.0em 0 0 2.0em;
list-style-position: outside;
padding: 0; padding: 0;
} }
#template p + ul, #template p + ol, #template p + ul, #template p + ol,
#template ul li > ul, #template ol li > ol { #template ul li > ul, #template ol li > ol {
margin: 0; margin-top: 0;
}
#template ul li > ul, #template ol li > ol {
margin-left: 0;
} }
#template ul { #template ul {