]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Protect escaping functions against calling on undef
[Gitweb] / gitweb.css
index c20e6916b2045945f649afa4fbc8e8b7383d1aa71cbd44add5035f56f425b6c6..a9b1ff04cfe705398e09fa02782a5c19b69a5956b35a188597090d55f620e53a 100644 (file)
@@ -32,6 +32,10 @@ img.avatar {
        vertical-align: middle;
 }
 
        vertical-align: middle;
 }
 
+a.list img.avatar {
+       border-style: none;
+}
+
 div.page_header {
        height: 25px;
        padding: 8px;
 div.page_header {
        height: 25px;
        padding: 8px;
@@ -257,6 +261,11 @@ tr.no-previous td.linenr {
        font-weight: bold;
 }
 
        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%;
 td {
        padding: 2px 5px;
        font-size: 100%;
@@ -359,6 +368,12 @@ div#progress_info {
        text-align: right;
 }
 
        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 {
 /* styling of diffs (patchsets): commitdiff and blobdiff views */
 div.diff.header,
 div.diff.extended_header {
This page took 0.169597 seconds and 4 git commands to generate.