Update global.css
authorChad Meyers <chad@nobodyfamous.ca>
Thu, 18 Oct 2018 17:39:59 +0000 (14:39 -0300)
committerRobert Treat <robert@omniti.com>
Tue, 30 Oct 2018 21:39:07 +0000 (16:39 -0500)
fix css (logo background picture)

themes/default/global.css

index 3f1a79665516cd0f2385017c840a1a6af62eb409..c28cd9f66dbcba60f0a396cd08c0a92559153fd0 100644 (file)
@@ -256,7 +256,7 @@ div.logo {
        border-bottom: 2px solid #000000;
        margin-bottom: 2px;
        background-image: url('../../images/themes/default/title.png');
-       background-repeat: none;
+       background-repeat: no-repeat;
        height: 50px;
 }
 div.logo a {