Removed some declarations
[m6w6/gitweb-theme] / gitweb.css
index e906c87c6957aff00ef7842fbacfb3e5b8683d49..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;
@@ -141,7 +134,7 @@ td, th {
 
 a.rss_logo {
     float: right;
-    padding: 3px;
+    padding: 3px 1px;
     width: 35px;
     line-height: 10px;
     border: 1px solid;
@@ -150,10 +143,10 @@ a.rss_logo {
     background-color: #ff6600;
     font-weight: bold;
     font-family: sans-serif;
-    font-size: 70%;
+    font-size: 80%;
     text-align: center;
     text-decoration: none;
-    margin-top: 33px;
+    margin-top: 30px;
     margin-left: 5px;
 }
 
@@ -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 */
@@ -218,23 +213,32 @@ th .header {
     margin: 0;
 }
 
+.pre {
+    font-family: "Monaco", "Courier New", monospace;
+}
+
 .commit_search {
     background: #eaeaea;
 }
 
 .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;