X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/a9c5a7498ac8edd61211259d4283587f0aeb9121..6c5e3a87419ab5f9a896403bbca2d41c7222e732:/www/phorkie.css diff --git a/www/phorkie.css b/www/phorkie.css index 882a2f7..aed92df 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -28,9 +28,12 @@ a.anchorlink { color: #FFA; } -.file { - margin-top: 2em; +h1 { + margin-bottom: 0.5ex; +} +.repo-info { + margin-bottom: 2em; } .file .header { padding: 1.0ex; @@ -42,9 +45,18 @@ a.anchorlink { -moz-border-radius: 4px; border-radius: 4px; } +.file .header .btn-mini { + margin-left: 2px; +} .file .code { margin-left: 2em; } + +div.annotations div.alert { + margin-bottom: 1ex; +} + + ul.pager { margin-top: 2ex; }