X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/7bfe10119a31215f131c64fa57c3ffc10a58c8eb..66170c339bbcd8b87e23c47daa11359a99e0d02d:/www/css/phorkie.css diff --git a/www/css/phorkie.css b/www/css/phorkie.css index 29e7d85..edebe1c 100644 --- a/www/css/phorkie.css +++ b/www/css/phorkie.css @@ -41,6 +41,10 @@ a.anchorlink { } } +.navbar + .container { + margin-top: 2ex; +} + .footer { margin-top: 36px; margin-bottom: 0px; @@ -50,6 +54,7 @@ a.anchorlink { } h1 { + margin-top: 0ex; margin-bottom: 0.5ex; } @@ -166,3 +171,17 @@ form label.inline { .nobr { white-space:nowrap; } + +.avatar-large { + border-radius: 5px; +} +.avatar-small { + border-radius: 3px; +} +.avatar-tiny { + border-radius: 2px; +} + +.forkdomain { + margin-left: 2ex; +} \ No newline at end of file