diff options
author | 2017-09-14 22:12:43 +0200 | |
---|---|---|
committer | 2017-10-12 22:47:59 +0200 | |
commit | c7f3afa06ae5e62140a809a25834c8857b93b09a (patch) | |
tree | b5174f9dd9e337c8828accb8673b3395eeb79bad /assets | |
parent | glep: Include table-of-contents (diff) | |
download | www-c7f3afa06ae5e62140a809a25834c8857b93b09a.tar.gz www-c7f3afa06ae5e62140a809a25834c8857b93b09a.tar.bz2 www-c7f3afa06ae5e62140a809a25834c8857b93b09a.zip |
glep: Add CSS to fix style
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/glep.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/css/glep.css b/assets/css/glep.css new file mode 100644 index 0000000..dff1496 --- /dev/null +++ b/assets/css/glep.css @@ -0,0 +1,11 @@ +.document .contents .topic-title { + font-size: 25px; +} + +.document .contents ul { + list-style-type: decimal; +} + +.document .label { + color: black; +} |