From: Stefan Imhoff Date: Mon, 11 Mar 2013 11:00:37 +0000 (+0100) Subject: Fixed an issue with text in the footer X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=821d47f16e77589947d0b075f148a5af2bd54a73 Fixed an issue with text in the footer --- diff --git a/gitweb.css b/gitweb.css index abf18cc..b2cd8dd 100644 --- a/gitweb.css +++ b/gitweb.css @@ -161,6 +161,7 @@ td, th { color: #666; display: inline; float: left; + margin-left: 25px; } a.rss_logo { @@ -185,8 +186,13 @@ a.rss_logo:hover { background-color: #ee5500; } -a.rss_logo:first-child { +.rss_logo { margin-right: 25px; + background: yellow; +} + +.rss_logo:last-child { + margin-right: 5px; } /* Index include @@ -394,7 +400,7 @@ th .header { float: right; } -.object_header td, +.object_header td, .object_header th { vertical-align: top; }