X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=aa0eeca24786dbd5143354fc3bb5e8cdb3ef831f;hb=60727b5800d7791e5b107620cb5b2d344cf97fe9;hp=1b8887987fc0888db6e7548e9561745efee790d8;hpb=071a8877662974f588dfc0b1ac7df2764b7e0337;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 1b8887987..aa0eeca24 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -85,6 +85,10 @@ div.title, a.title { color: #000000; } +div.readme { + padding: 8px; +} + a.title:hover { background-color: #d9d8d1; } @@ -170,14 +174,10 @@ a.text:hover { table { padding: 8px 4px; -} - -table.project_list { border-spacing: 0; } table.diff_tree { - border-spacing: 0; font-family: monospace; } @@ -464,6 +464,14 @@ a.rss_logo:hover { background-color: #ee5500; } +a.rss_logo.generic { + background-color: #ff8800; +} + +a.rss_logo.generic:hover { + background-color: #ee7700; +} + span.refs span { padding: 0px 4px; font-size: 70%;