X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/25e18c96d1d7ac6eb359170da11c64a7439c48e0..f54be9a638c1f0d8f6a04bc2e0b8e0eb0731a720:/www/phorkie.css diff --git a/www/phorkie.css b/www/phorkie.css index aed92df..c8d8dce 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -28,6 +28,17 @@ a.anchorlink { color: #FFA; } +.navbar .container { + width: 940px; +} +.footer { + margin-top: 36px; + margin-bottom: 0px; + border-top: 1px solid #DDD; + color: #999; + text-align: center; +} + h1 { margin-bottom: 0.5ex; } @@ -51,11 +62,26 @@ h1 { .file .code { margin-left: 2em; } +.file .image { + margin-bottom: 2ex; +} div.annotations div.alert { margin-bottom: 1ex; } +ul.history li { + padding-left: 2px; + padding-bottom: 1px; +} +ul.history li.active { + background-color: #EEE; + border-radius: 3px; +} +ul.history a.hash { + font-family: monospace; +} + ul.pager { margin-top: 2ex;