]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Whitespace cleanup - tabs are for indent, spaces are for align
[Gitweb] / gitweb.css
index d22769b8aaa80694e45f166bf1eb79abce3fdcfd4a10d252938c3707de1e79e3..b2e665c9b287ac0f54a868e25dcb9966129e1c8ac3d0694649d17b24f1b7a1d9 100644 (file)
@@ -1,7 +1,7 @@
 body {
        font-family: sans-serif;
        font-size: 12px;
-       border:solid #d9d8d1;
+       border: solid #d9d8d1;
        border-width: 1px;
        margin: 10px;
        background-color: #ffffff;
@@ -33,7 +33,7 @@ div.page_header a:hover {
 }
 
 div.page_nav {
-       padding:8px;
+       padding: 8px;
 }
 
 div.page_nav a:visited {
@@ -60,6 +60,7 @@ div.page_footer_text {
 
 div.page_body {
        padding: 8px;
+       font-family: monospace;
 }
 
 div.title, a.title {
@@ -79,6 +80,7 @@ div.title_text {
        padding: 6px 0px;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px;
+       font-family: monospace;
 }
 
 div.log_body {
@@ -142,10 +144,15 @@ table {
        padding: 8px 4px;
 }
 
-table.project_list, table.diff_tree {
+table.project_list {
        border-spacing: 0;
 }
 
+table.diff_tree {
+       border-spacing: 0;
+       font-family: monospace;
+}
+
 table.blame {
        border-collapse: collapse;
 }
@@ -164,6 +171,10 @@ tr.dark {
        background-color: #f6f6f0;
 }
 
+tr.dark2 {
+       background-color: #f6f6f0;
+}
+
 tr.dark:hover {
        background-color: #edece6;
 }
@@ -174,12 +185,16 @@ td {
        vertical-align: top;
 }
 
-td.link {
+td.link, td.selflink {
        padding: 2px 5px;
        font-family: sans-serif;
        font-size: 10px;
 }
 
+td.selflink {
+       padding-right: 0px;
+}
+
 td.sha1 {
        font-family: monospace;
 }
@@ -189,6 +204,10 @@ td.error {
        background-color: yellow;
 }
 
+td.current_head {
+       text-decoration: underline;
+}
+
 table.diff_tree span.file_status.new {
        color: #008000;
 }
This page took 0.193788 seconds and 4 git commands to generate.