aboutsummaryrefslogtreecommitdiffstats
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-10-18 23:01:14 -0700
committerJunio C Hamano <gitster@pobox.com>2009-10-18 23:01:14 -0700
commit03fee47d89fd58c510a9c908fba51d58e1e24360 (patch)
treeb76a5b4e6dad6db60a836701b80c4dc077a3159f /gitweb/gitweb.css
parentMerge branch 'jp/fetch-tag-match' (diff)
parentgitweb: Add 'show-sizes' feature to show blob sizes in tree view (diff)
downloadgit-03fee47d89fd58c510a9c908fba51d58e1e24360.tar.gz
git-03fee47d89fd58c510a9c908fba51d58e1e24360.zip
Merge branch 'jn/gitweb-show-size'
* jn/gitweb-show-size: gitweb: Add 'show-sizes' feature to show blob sizes in tree view
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r--gitweb/gitweb.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 8f68fe3091..d60bfc1f64 100644
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
@@ -341,6 +341,12 @@ td.mode {
font-family: monospace;
}
+/* format of (optional) objects size in 'tree' view */
+td.size {
+ font-family: monospace;
+ text-align: right;
+}
+
/* styling of diffs (patchsets): commitdiff and blobdiff views */
div.diff.header,
div.diff.extended_header {