X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=3f62b6d752a82d33de2b3ad2a67a384819dbca2a;hb=e2b1d1ccdd2ef4db41819bb0d242b808cfe6c422;hp=eb9fc3804b1445207a9afff688d9c8ba954255df;hpb=69de8cc8527dc45a7aef76e8f1ace45b509b3712;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index eb9fc3804..3f62b6d75 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -16,6 +16,11 @@ a:hover, a:visited, a:active { color: #880000; } +img.logo { + float: right; + border-width: 0px; +} + div.page_header { height: 25px; padding: 8px; @@ -173,6 +178,12 @@ table.blame { border-collapse: collapse; } +table.blame td { + padding: 0px 5px; + font-size: 12px; + vertical-align: top; +} + th { padding: 2px 5px; font-size: 12px;