summaryrefslogtreecommitdiff
path: root/gitweb/static/gitweb.css
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-09-11 15:00:54 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-09-11 15:00:54 -0700
commit04e3274d6a3dd79be0649d5c13fb0b24edefdbda (patch)
tree3177c12975d0b2bdf3cc01974421667c566acdce /gitweb/static/gitweb.css
parentMerge branch 'sb/mailmap-freeing-NULL-is-ok' (diff)
parentgitweb: make search help link less ugly (diff)
downloadtgif-04e3274d6a3dd79be0649d5c13fb0b24edefdbda.tar.xz
Merge branch 'tf/gitweb-ss-tweak'
Tweak Gitweb CSS to layout some elements better. * tf/gitweb-ss-tweak: gitweb: make search help link less ugly gitweb: omit the repository owner when it is unset gitweb: vertically centre contents of page footer gitweb: ensure OPML text fits inside its box
Diffstat (limited to 'gitweb/static/gitweb.css')
-rw-r--r--gitweb/static/gitweb.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css
index cb86d2d029..3b4d833823 100644
--- a/gitweb/static/gitweb.css
+++ b/gitweb/static/gitweb.css
@@ -68,12 +68,13 @@ div.page_path {
}
div.page_footer {
- height: 17px;
+ height: 22px;
padding: 4px 8px;
background-color: #d9d8d1;
}
div.page_footer_text {
+ line-height: 22px;
float: left;
color: #555555;
font-style: italic;
@@ -548,8 +549,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;