summaryrefslogtreecommitdiff
path: root/gitweb/static/gitweb.css
diff options
context:
space:
mode:
authorTony Finch <dot@dotat.at>2013-08-20 16:59:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-20 20:00:51 (GMT)
commit682961c162ce60b25749e02a0c4de44dc7dda917 (patch)
treeaeaedcaf05c4c993cd278e90bedd3a90731e93f0 /gitweb/static/gitweb.css
parentf8abaebab3fe1a1b873f9636ea410ac4007c8fa8 (diff)
downloadgit-682961c162ce60b25749e02a0c4de44dc7dda917.zip
git-682961c162ce60b25749e02a0c4de44dc7dda917.tar.gz
git-682961c162ce60b25749e02a0c4de44dc7dda917.tar.bz2
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 <dot@dotat.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/static/gitweb.css')
-rw-r--r--gitweb/static/gitweb.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css
index cb86d2d..a869be1 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;