]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add optional "time to generate page" info in footer
[Gitweb] / gitweb.css
index 10868fadd45112702267cb6fd92ee935458b997e6b26e48e7331dae09b2f3637..d816ea67e0269c82e02c345b0695da7d5c2e5ec31d8edd1f6bc3c805e4b69632 100644 (file)
@@ -75,6 +75,13 @@ div.page_footer_text {
        font-style: italic;
 }
 
        font-style: italic;
 }
 
+div#generating_info {
+       margin: 4px;
+       font-size: smaller;
+       text-align: center;
+       color: #505050;
+}
+
 div.page_body {
        padding: 8px;
        font-family: monospace;
 div.page_body {
        padding: 8px;
        font-family: monospace;
@@ -226,22 +233,25 @@ th {
        text-align: left;
 }
 
        text-align: left;
 }
 
-tr.light:hover {
-       background-color: #edece6;
-}
-
-tr.dark {
-       background-color: #f6f6f0;
+/* do not change row style on hover for 'blame' view */
+tr.light,
+table.blame .light:hover {
+       background-color: #ffffff;
 }
 
 }
 
-tr.dark2 {
+tr.dark,
+table.blame .dark:hover {
        background-color: #f6f6f0;
 }
 
        background-color: #f6f6f0;
 }
 
+/* currently both use the same, but it can change */
+tr.light:hover,
 tr.dark:hover {
        background-color: #edece6;
 }
 
 tr.dark:hover {
        background-color: #edece6;
 }
 
+/* boundary commits in 'blame' view */
+/* and commits without "previous" */
 tr.boundary td.sha1,
 tr.no-previous td.linenr {
        font-weight: bold;
 tr.boundary td.sha1,
 tr.no-previous td.linenr {
        font-weight: bold;
This page took 0.280407 seconds and 4 git commands to generate.