X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=blobdiff_plain;f=gitweb.css;h=51eaf8fa2a825d320260834b70888664737b6c8e;hp=a062934106cfcc293fc20ef123af73c586530ca9;hb=973c14cab6d54341cdb83177a5f97f41bc28ae72;hpb=bdd6d5ffc5107af540e893c16f5e0ebb6265591a diff --git a/gitweb.css b/gitweb.css index a062934..51eaf8f 100644 --- a/gitweb.css +++ b/gitweb.css @@ -320,9 +320,64 @@ th .header { } .readme h1 { + display: block; + font-size: 2em; + font-weight: bold; + margin-bottom: 0.67em; margin-top: 0; } +.readme h2 { + font-size: 1.5em; + font-weight: bold; + margin-bottom: 0.83em; +} + + +.readme h3 { + font-size: 1.17em; + font-weight: bold; + margin-bottom: 1em; +} + +.readme p { + margin-bottom: 1em; +} + +.readme ul { + list-style: disc; + margin-bottom: 1em; + margin-left: 1.5em; +} + +.readme ul ul { + margin-bottom: 0; +} + +.readme ol { + list-style: decimal; + margin-bottom: 1em; + margin-left: 1.5em; +} + +.readme ol ol { + margin-bottom: 0; +} + +.readme pre { + font-family: monospace; + margin: 1em 0; + white-space: pre; +} + +.readme tt, .readme code, .readme kbd, .readme samp { + font-family: monospace; +} + +.readme blockquote { + margin: 1em; +} + .projects_list, .tags { width: 95%;