Browse Source

Fix list bbcode that now shows the proper type - Thanks Irisado for the report

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
09a45e1441
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Themes/default/css/index.css

+ 4 - 0
Themes/default/css/index.css

@@ -409,6 +409,10 @@ em {
 .bbc_list {
 	text-align: left;
 }
+.bbc_list li {
+	list-style: inside;
+	list-style-type: inherit;
+}
 .bbc_tt {
 	font-family: "dejavu sans mono", "monaco", "lucida console", "courier new", monospace;
 }