X-Git-Url: https://git.cweiske.de/grauphel.git/blobdiff_plain/3e3dfcc65e13be5a49423bb90fc12e67f6b613dd..4abc34fcb09f7d110996a976706a013c161c0476:/grauphel.css diff --git a/grauphel.css b/grauphel.css index c2594eb..37360db 100644 --- a/grauphel.css +++ b/grauphel.css @@ -26,3 +26,14 @@ padding: 1ex; font-family: monospace; } + +.app-grauphel #app-content ul { + list-style-type: disc; + margin-bottom: 1ex; +} +.app-grauphel #app-content li { + margin-left: 4ex; +} +.app-grauphel #app-content a.lined { + text-decoration: underline; +}