]> Lady’s Gitweb - Gitweb/blobdiff - static/gitweb.css
gitweb.js: Update and improve comments in JavaScript files
[Gitweb] / static / gitweb.css
index edc71c668da6cf59d4d470021b44d23747f820e5076dd1ff8d25b0ef1c380a96..54857efe39477575c07a0bb79115c12a72c39ab049155b58d104ebfa98cb2f83 100644 (file)
@@ -295,6 +295,13 @@ td.current_head {
        text-decoration: underline;
 }
 
+td.category {
+       background-color: #d9d8d1;
+       border-top: 1px solid #000000;
+       border-left: 1px solid #000000;
+       font-weight: bold;
+}
+
 table.diff_tree span.file_status.new {
        color: #008000;
 }
@@ -573,6 +580,12 @@ div.binary {
        font-style: italic;
 }
 
+div.remote {
+       margin: .5em;
+       border: 1px solid #d9d8d1;
+       display: inline-block;
+}
+
 /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
 
 /* Highlighting theme definition: */
This page took 0.157576 seconds and 4 git commands to generate.