Changed base font-size to px
[m6w6/gitweb-theme] / gitweb.css
index 6497dcefdc418879094bbdd1cae58a9f377a91c3..9053ae9a9be35d27837ccd3edbb6aea03bcd7b28 100755 (executable)
@@ -46,7 +46,7 @@ a { outline: none; }
 
 body {
     font-family: "Monaco", "Courier New", monospace;
-    font-size: 75%;
+    font-size: 12px;
     margin: 0;
     background-color: #fff;
     color: #000000;
@@ -78,8 +78,8 @@ td, th {
 
 .page_header {
     background: #cfcfcf url(img/page_header.png) repeat-x 0 0;
-    height: 40px;
-    line-height: 40px;
+    height: 3.4em;
+    line-height: 3.4em;
     position: relative;
     padding: 0 27px;
     margin-bottom: 30px;
@@ -103,7 +103,7 @@ td, th {
 
 .page_header img.logo {
     float: right;
-    padding: 7px 1.0em;
+    padding: 0.7em 1.0em;
     border: 0;
 }
 
@@ -142,7 +142,7 @@ a.rss_logo {
     font-size: 70%;
     text-align: center;
     text-decoration: none;
-    margin-top: 4.5em;
+    margin-top: 49px;
     margin-left: 5px;
 }