X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/cdc99846c94bacdd7a2a0681d77bac3de45c4f2a..ab7d8488b239a24bff6942ed281a30a5e27f4180:/www/phorkie.css?ds=sidebyside diff --git a/www/phorkie.css b/www/phorkie.css index f9f3ad0..aed92df 100644 --- a/www/phorkie.css +++ b/www/phorkie.css @@ -21,13 +21,19 @@ a.anchorlink { } .navbar .brand { /*float: right;*/ - color: yellow; - text-shadow: 0 1px 0 rgba(255, 255, 255, .1), 0 0 30px rgba(255, 255, 255, .125); + color: #DDA; + text-shadow: 0 0 30px rgba(255, 255, 255, .9); +} +.navbar .brand:hover { + color: #FFA; } -.file { - margin-top: 2em; +h1 { + margin-bottom: 0.5ex; +} +.repo-info { + margin-bottom: 2em; } .file .header { padding: 1.0ex; @@ -39,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; }