From: Tony Finch Date: Tue, 20 Aug 2013 16:59:02 +0000 (+0100) Subject: gitweb: ensure OPML text fits inside its box X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/01b12e50109df08f536844e275e1e1885263d46e1d1d0fa7cd72730131c5d454?hp=85c71c35a86d21bd3c93ab46bf8f4f117d5c8a780eb5a09de1d9fa7aa974345d gitweb: ensure OPML text fits inside its box The rss_logo CSS style has a fixed width which is too narrow for the string "OPML". Replace the fixed width with horizontal padding so the text fits with nice margins. Signed-off-by: Tony Finch Signed-off-by: Junio C Hamano --- diff --git a/static/gitweb.css b/static/gitweb.css index 87a26a9..9c5fe23 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -548,8 +548,7 @@ a.linenr { a.rss_logo { float: right; - padding: 3px 0px; - width: 35px; + padding: 3px 5px; line-height: 10px; border: 1px solid; border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;