]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/material/css/main.css
Material: update style of ul in article
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / main.css
index 3a15a7892f28ada16f5730c1a3c61e480ccafaa4..b4d2765c036cd275d227b1d6be8fb2c68165ea4f 100755 (executable)
@@ -664,6 +664,15 @@ a.original {
   border-bottom-style: solid;
 }
 
+#article article ul {
+  padding-left: 30px;
+}
+
+#article article ul,
+#article article ul li {
+  list-style-type: disc;
+}
+
 #article > header > h1 {
   font-size: 2em;
   margin: 2.1rem 0 0.68rem;