aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/main.css
diff options
context:
space:
mode:
authorKevin Decherf <kevin@kdecherf.com>2016-11-20 20:36:31 +0100
committerKevin Decherf <kevin@kdecherf.com>2016-11-25 13:39:53 +0100
commit59cfd63c235404b05712c9005b37d3814a655633 (patch)
treede173e004fef321e4070f86f6d9cf60a61732f94 /app/Resources/static/themes/material/css/main.css
parent858430c0d02b94fe84daf6f0a14bdbbb1b75a969 (diff)
downloadwallabag-59cfd63c235404b05712c9005b37d3814a655633.tar.gz
wallabag-59cfd63c235404b05712c9005b37d3814a655633.tar.zst
wallabag-59cfd63c235404b05712c9005b37d3814a655633.zip
Material: update style of ul in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static/themes/material/css/main.css')
-rwxr-xr-xapp/Resources/static/themes/material/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css
index 3a15a789..b4d2765c 100755
--- a/app/Resources/static/themes/material/css/main.css
+++ b/app/Resources/static/themes/material/css/main.css
@@ -664,6 +664,15 @@ a.original {
664 border-bottom-style: solid; 664 border-bottom-style: solid;
665} 665}
666 666
667#article article ul {
668 padding-left: 30px;
669}
670
671#article article ul,
672#article article ul li {
673 list-style-type: disc;
674}
675
667#article > header > h1 { 676#article > header > h1 {
668 font-size: 2em; 677 font-size: 2em;
669 margin: 2.1rem 0 0.68rem; 678 margin: 2.1rem 0 0.68rem;