]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: ensure OPML text fits inside its box
authorTony Finch <redacted>
Tue, 20 Aug 2013 16:59:02 +0000 (17:59 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:32 +0000 (00:51 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
static/gitweb.css

index 87a26a99c214fb726c4f76b2416ba63bd3093d87e69b8d1b5c04a23cbfa0bc0a..9c5fe2304708412ec46e8459c87446e1199d0afdc021de87aa722dde953bb308 100644 (file)
@@ -548,8 +548,7 @@ a.linenr {
 
 a.rss_logo {
        float: right;
 
 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;
        line-height: 10px;
        border: 1px solid;
        border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;
This page took 0.191247 seconds and 4 git commands to generate.