]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Remove creating directory for temporary files
[Gitweb] / gitweb.css
index 35ad02b382c3baf59a2f045f3f68e05aa163c6b0f2c3982723c21e43fe09f48b..39cc157f53c108aeb39a16363b27df1183df917aae22e125d77be181a33c4d35 100644 (file)
@@ -42,6 +42,7 @@ div.page_nav a:visited {
 
 div.page_path {
        padding: 8px;
+       font-weight: bold;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px;
 }
@@ -120,7 +121,7 @@ a.list {
        color: #000000;
 }
 
-a.subject {
+a.subject, a.name {
        font-weight: bold;
 }
 
@@ -272,10 +273,22 @@ td.mode {
        font-family: monospace;
 }
 
+div.diff a.list {
+       text-decoration: none;
+}
+
+div.diff a.list:hover {
+       text-decoration: underline;
+}
+
+div.diff.to_file a.list,
+div.diff.to_file,
 div.diff.add {
        color: #008800;
 }
 
+div.diff.from_file a.list,
+div.diff.from_file,
 div.diff.rem {
        color: #cc0000;
 }
@@ -284,6 +297,10 @@ div.diff.chunk_header {
        color: #990099;
 }
 
+div.diff.incomplete {
+       color: #cccccc;
+}
+
 div.diff_info {
        font-family: monospace;
        color: #000099;
This page took 0.194398 seconds and 4 git commands to generate.