]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add 'show-sizes' feature to show blob sizes in tree view
[Gitweb] / gitweb.css
index c20e6916b2045945f649afa4fbc8e8b7383d1aa71cbd44add5035f56f425b6c6..6058fbe36f957aba9948bff24e460a9ab6e61b1f50e212ad021d6070dcd09508 100644 (file)
@@ -257,6 +257,11 @@ tr.no-previous td.linenr {
        font-weight: bold;
 }
 
+/* for 'blame_incremental', during processing */
+tr.color1 { background-color: #f6fff6; }
+tr.color2 { background-color: #f6f6ff; }
+tr.color3 { background-color: #fff6f6; }
+
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -359,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.135838 seconds and 4 git commands to generate.