]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Update config file example for snapshot feature in gitweb/INSTALL
[Gitweb] / gitweb.css
index 64b91d079871f68ce2e9623aeb0461fd7915aeb7b7cb086ae8a8d2219568f45f..2676af7ab62ce5eacd2d4d7c1f552b0f3de358727e49db04a9e8373ca60d8aa5 100644 (file)
@@ -281,6 +281,12 @@ table.diff_tree span.file_status.copied {
   color: #70a070;
 }
 
+/* noage: "No commits" */
+table.project_list td.noage {
+       color: #808080;
+       font-style: italic;
+}
+
 /* age2: 60*60*24*2 <= age */
 table.project_list td.age2, table.blame td.age2 {
        font-style: italic;
@@ -424,7 +430,7 @@ div.search {
        font-size: 100%;
        font-weight: normal;
        margin: 4px 8px;
-       position: absolute;
+       float: right;
        top: 56px;
        right: 12px
 }
This page took 0.207909 seconds and 4 git commands to generate.