From 821d47f16e77589947d0b075f148a5af2bd54a73 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 11 Mar 2013 12:00:37 +0100 Subject: [PATCH] Fixed an issue with text in the footer --- gitweb.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; } -- 2.30.2