X-Git-Url: https://git.siccegge.de//index.cgi?a=blobdiff_plain;f=html%2Fmain.css;h=34981018bbbb3a8aa285339811fb3518d7e35f18;hb=9fdf6766edf53609ea8be82d158be26c4450ec3c;hp=075777ac3d8920f69f601441977bfa450a208ea1;hpb=9e227ff039af8604d27c540fc93b5c133290c0c5;p=frida%2Fweb.git diff --git a/html/main.css b/html/main.css index 075777a..3498101 100644 --- a/html/main.css +++ b/html/main.css @@ -64,3 +64,28 @@ body { .document { margin:1em; } + +.document h1 { + margin-top: 1.2em; + margin-bottom: .8em; +} + +.document h2 , .document h3 { + margin-top: .8em; + margin-bottom: .3em; +} + +.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