]> git.ipfire.org Git - thirdparty/git.git/commitdiff
gitweb: ensure OPML text fits inside its box
authorTony Finch <dot@dotat.at>
Tue, 20 Aug 2013 16:59:02 +0000 (17:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2013 20:00:51 +0000 (13:00 -0700)
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 <dot@dotat.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/static/gitweb.css

index cb86d2d029637ec64f70cc9e1cdbeeea972e8771..a869be144d5139783d2aa99f775aa4befc31b2e3 100644 (file)
@@ -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;