From: Tony Finch Date: Tue, 20 Aug 2013 16:59:02 +0000 (+0100) Subject: gitweb: ensure OPML text fits inside its box X-Git-Tag: v1.8.5-rc0~150^2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=682961c162ce60b25749e02a0c4de44dc7dda917;p=git-core%2Fgit.git 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/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index cb86d2d02..a869be144 100644 --- a/gitweb/static/gitweb.css +++ b/gitweb/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;