Skip to content

Commit 682961c

Browse files
fanf2gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f8abaeb commit 682961c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gitweb/static/gitweb.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@ a.linenr {
548548

549549
a.rss_logo {
550550
float: right;
551-
padding: 3px 0px;
552-
width: 35px;
551+
padding: 3px 5px;
553552
line-height: 10px;
554553
border: 1px solid;
555554
border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e;

0 commit comments

Comments
 (0)