]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add 'show-sizes' feature to show blob sizes in tree view
[Gitweb] / gitweb.css
index 2fbdac0be77b3a8f3d38acb47206a4db928e4b62399f3e845aa92fb0ed748417..6058fbe36f957aba9948bff24e460a9ab6e61b1f50e212ad021d6070dcd09508 100644 (file)
@@ -364,6 +364,12 @@ div#progress_info {
        text-align: right;
 }
 
+/* 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 {
This page took 0.2399 seconds and 4 git commands to generate.