]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Material: update style of ul in article
authorKevin Decherf <kevin@kdecherf.com>
Sun, 20 Nov 2016 19:36:31 +0000 (20:36 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Fri, 25 Nov 2016 12:39:53 +0000 (13:39 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
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;