X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/5e7a8bf3186efe29c487b8a32107ee8f24152a38..66170c339bbcd8b87e23c47daa11359a99e0d02d:/www/css/phorkie.css diff --git a/www/css/phorkie.css b/www/css/phorkie.css index 1b524f7..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; } @@ -155,6 +160,10 @@ form label.inline { line-height: 1.1em; } +.content-padding-fix { + height: 1em; +} + .indent { margin-left: 10px; } @@ -162,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