diff --git a/bbPress/templates/default/css/bbpress.css b/bbPress/templates/default/css/bbpress.css
index 2362082..c7b7c69 100644
--- a/bbPress/templates/default/css/bbpress.css
+++ b/bbPress/templates/default/css/bbpress.css
@@ -127,6 +127,18 @@
 	padding-left: 15px;
 }
 
+#bbpress-forums .bbp-topic-content ol,
+#bbpress-forums .bbp-reply-content ol {
+	list-style: decimal;
+	padding-left: 15px;
+}
+
+#bbpress-forums .bbp-topic-content li,
+#bbpress-forums .bbp-reply-content li {
+	list-style: inherit;
+	padding-left: 15px;
+}
+
 #bbpress-forums .bbp-forum-content p {
 	margin: 5px 0 0;
 	font-style: italic;
diff --git a/bbPress/templates/default/css/bbpress-rtl.css b/bbPress/templates/default/css/bbpress-rtl.css
index c2ad80d..d3b3e4c 100644
--- a/bbPress/templates/default/css/bbpress-rtl.css
+++ b/bbPress/templates/default/css/bbpress-rtl.css
@@ -127,6 +127,18 @@
 	padding-right: 15px;
 }
 
+#bbpress-forums .bbp-topic-content ol,
+#bbpress-forums .bbp-reply-content ol {
+	list-style: decimal;
+	padding-left: 15px;
+}
+
+#bbpress-forums .bbp-topic-content li,
+#bbpress-forums .bbp-reply-content li {
+	list-style: inherit;
+	padding-left: 15px;
+}
+
 #bbpress-forums .bbp-forum-content p {
 	margin: 5px 0 0;
 	font-style: italic;
