Added monospace font for "blob view"
[m6w6/gitweb-theme] / gitweb.css
index e906c87c6957aff00ef7842fbacfb3e5b8683d49..4b65656451962d30562f30fb34872707486bfaf6 100755 (executable)
@@ -141,7 +141,7 @@ td, th {
 
 a.rss_logo {
     float: right;
-    padding: 3px;
+    padding: 3px 1px;
     width: 35px;
     line-height: 10px;
     border: 1px solid;
@@ -150,10 +150,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;
 }
 
@@ -218,6 +218,10 @@ th .header {
     margin: 0;
 }
 
+.pre {
+    font-family: "Monaco", "Courier New", monospace;
+}
+
 .commit_search {
     background: #eaeaea;
 }