Add structure test to ensure PSR-4 autoloader covers everything
[lhc/web/wiklou.git] / mw-config / config-cc.css
index 6cc94ab..3b2798f 100644 (file)
@@ -5,7 +5,7 @@
 body {
        margin: 0;
        background: #eee;
-       font-family: Verdana;
+       font-family: 'Verdana';
        color: #333;
 }
 
@@ -25,11 +25,15 @@ body {
        border-left: 1px dotted #ccc;
        float: right;
        width: 230px;
-       background: white;
+       background: #fff;
        margin: 0 0 10px 10px;
 }
 
-td, h3, p, h1, pre {
+h1,
+h3,
+p,
+pre,
+td {
        margin: 0 20px 20px 20px;
        font-size: 11px;
        line-height: 140%;