Removed some declarations
[m6w6/gitweb-theme] / gitweb.css
index 4b65656451962d30562f30fb34872707486bfaf6..4ec74c40cec96c257a74636e45748c21eea61b6c 100755 (executable)
@@ -109,9 +109,6 @@ td, th {
 }
 
 .page_header img.logo {
-    float: right;
-    padding: 1.5em 1.0em;
-    border: 0;
     display: none;
 }
 
@@ -129,10 +126,6 @@ td, th {
     border-bottom: 1px solid #ddd;
 }
 
-.page_footer a {
-    padding-top: 5em;
-}
-
 .page_footer_text {
     color: #666;
     display: inline;
@@ -167,7 +160,8 @@ a.rss_logo:hover {
 .project_list,
 .shortlog,
 .tree,
-.commit_search {
+.commit_search,
+.history {
     font-family: "Monaco", "Courier New", monospace;
     width: 95%;
     margin: 0 auto 15px auto;
@@ -198,7 +192,8 @@ a.rss_logo:hover {
 .project_list tr.dark, .project_list tr.light,
 .shortlog tr.dark, .shortlog tr.light,
 .tree tr.dark, .tree tr.light,
-.commit_search tr.dark, .commit_search tr.light {
+.commit_search tr.dark, .commit_search tr.light,
+.history tr.dark, .history tr.light {
     background: #F9F9F9; /* old browsers */
     background: -moz-linear-gradient(top, #F9F9F9 0%, #EFEFEF 100%); /* firefox */
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F9F9), color-stop(100%,#EFEFEF)); /* webkit */
@@ -227,18 +222,23 @@ th .header {
 }
 
 .page_nav,
-.history,
 .list_head,
 .page_path,
 .search {
+    font-family: "Monaco", "Courier New", monospace;
     width: 94%;
-    background: #f0f0f0;
+    background: #eaeaea;
     color: #545454;
     border: 1px solid #d8d8d8;
     padding: 5px;
     margin: 0 auto 15px auto;
 }
 
+.history {
+    font-family: "Monaco", "Courier New", monospace;
+    background: #eaeaea;
+}
+
 .title {
     width: 95%;
     padding: 5px;