Explorar o código

Add CSS for lists (#833)

DavG25 %!s(int64=2) %!d(string=hai) anos
pai
achega
20b8ca4482
Modificáronse 2 ficheiros con 18 adicións e 0 borrados
  1. 9 0
      css/html_cai_style.css
  2. 9 0
      css/html_instruct_style.css

+ 9 - 0
css/html_cai_style.css

@@ -64,6 +64,15 @@
     line-height: 1.428571429 !important;
 }
 
+.message-body li {
+    margin-top: 0.5em !important;
+    margin-bottom: 0.5em !important;
+}
+
+.message-body li > p {
+    display: inline !important;
+}
+
 .dark .message-body p em {
     color: rgb(138, 138, 138) !important;
 }

+ 9 - 0
css/html_instruct_style.css

@@ -34,6 +34,15 @@
     line-height: 1.428571429 !important;
 }
 
+.message-body li {
+    margin-top: 0.5em !important;
+    margin-bottom: 0.5em !important;
+}
+
+.message-body li > p {
+    display: inline !important;
+}
+
 .dark .message-body p em {
     color: rgb(138, 138, 138) !important;
 }