aboutsummaryrefslogtreecommitdiff
path: root/gitweb/static
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-11-11 13:26:17 +0100
committerJunio C Hamano <gitster@pobox.com>2010-11-17 13:04:34 -0800
commit9d0d42f3450fe34737f92b9bde31ac1cf6deeadb (patch)
treedc8377de6dcdc851dba14870f1a6b95420ef4fa7 /gitweb/static
parentb891d52a644e58a830091463911cb859499ae504 (diff)
downloadgit-9d0d42f3450fe34737f92b9bde31ac1cf6deeadb.tar.gz
git-9d0d42f3450fe34737f92b9bde31ac1cf6deeadb.tar.xz
gitweb: group remote heads by remote
In remote and summary view, display a block for each remote, with the fetch and push URL(s) as well as the list of the remote heads. In summary view, if the number of remotes is higher than a prescribed limit, only display the first <limit> remotes and their fetch and push urls, without any heads information and without grouping. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Acked-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'gitweb/static')
-rw-r--r--gitweb/static/gitweb.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css
index 4132aabcd..79d7eebba 100644
--- a/gitweb/static/gitweb.css
+++ b/gitweb/static/gitweb.css
@@ -573,6 +573,12 @@ div.binary {
font-style: italic;
}
+div.remote {
+ margin: .5em;
+ border: 1px solid #d9d8d1;
+ display: inline-block;
+}
+
/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
/* Highlighting theme definition: */