diff options
Diffstat (limited to 'app/Resources')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 9 |
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; |