]> git.sur5r.net Git - i3/i3.github.io/blobdiff - css/style.css
css: fix logo dimensions
[i3/i3.github.io] / css / style.css
index 271349c21c6208225182211541a5d2cc8750d51c..e13658d673f2d7f135eed2d9418d64592b3dee91 100644 (file)
@@ -73,8 +73,9 @@ h1#title {
     width: 458px;
     float: left;
     margin: 0;
-    background-image: url(../img/logo.png);
+    background-image: url(../img/logo.svg);
     background-repeat: no-repeat;
+    background-size: 436px 134px;
     text-indent: -9999px;
 }
 
@@ -393,6 +394,7 @@ table#downloads tbody tr:first-child {
     padding-right: 0.5em;
     white-space: pre;
     color: white;
+    overflow: auto;
 }
 
 .usergen tt {