X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fweb.git;a=blobdiff_plain;f=html%2Fmain.css;h=ee515fcbe7ade3803787d13c7cd483c3f6977ada;hp=075777ac3d8920f69f601441977bfa450a208ea1;hb=ce6e83f59e851eed3948eb1f3ce721c16eecd55a;hpb=aa7bba249ec2dfb69c46c44ebfb9ed76b46c3c5f diff --git a/html/main.css b/html/main.css index 075777a..ee515fc 100644 --- a/html/main.css +++ b/html/main.css @@ -64,3 +64,23 @@ body { .document { margin:1em; } + +.document h1 { + margin-top: 1em; + margin-bottom: 0.5em; +} + +.document ul { + margin-left: 2em; +} + +.document p { + margin: .2em; +} + +.literal-block { + font-family: SourceCodePro; + background-color: #eee; + display:inline-block; + margin: .5em; +} \ No newline at end of file