diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-12-08 11:24:13 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-12-08 11:24:13 -0800 |
| commit | c3f7d51bdafe6f87f38aaa355b2153bb78afc821 (patch) | |
| tree | cae8f2ca3e2903edf2e10f9691d64733b24bb630 /gitweb/static/gitweb.css | |
| parent | Merge branch 'mg/maint-tag-rfc1991' (diff) | |
| parent | git instaweb: enable remote_heads (diff) | |
| download | git-c3f7d51bdafe6f87f38aaa355b2153bb78afc821.tar.gz git-c3f7d51bdafe6f87f38aaa355b2153bb78afc821.zip | |
Merge branch 'gb/gitweb-remote-heads'
* gb/gitweb-remote-heads:
git instaweb: enable remote_heads
gitweb: group remote heads by remote
gitweb: provide a routine to display (sub)sections
gitweb: refactor repository URL printing
gitweb: remotes view for a single remote
gitweb: allow action specialization in page header
gitweb: nagivation menu for tags, heads and remotes
gitweb: separate heads and remotes lists
gitweb: git_get_heads_list accepts an optional list of refs
gitweb: introduce remote_heads feature
gitweb: use fullname as hash_base in heads link
Diffstat (limited to 'gitweb/static/gitweb.css')
| -rw-r--r-- | gitweb/static/gitweb.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gitweb/static/gitweb.css b/gitweb/static/gitweb.css index 4132aabcdb..79d7eebba7 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: */ |
