Org-mode generates invalid lists

This commit is contained in:
eston
2011-03-01 23:46:41 -08:00
parent 385b56bf77
commit d0900520a3
+5 -1
View File
@@ -102,7 +102,11 @@
/* Nested Lists */
#template ul li ul,
#template ol li ol {
#template ol li ol,
#template ul li ol,
#template ol li ul,
#template ul ul,
#template ol ol {
padding: 0 0 0 14px;
}