Fix logos
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 08:51:28 +0000 (10:51 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 24 Feb 2015 08:51:28 +0000 (10:51 +0200)
css/logos.css

index 3ef219dd0c1fe12aee0f81816b5604c74600d791..9f7bf21e5775a65287e078de099ee66956cd889d 100644 (file)
@@ -1,5 +1,6 @@
 a.logo {
-       background: url("https://static.mindcoding.ro/static/logos.png") no-repeat;
+       background-image: url("https://static.mindcoding.ro/static/logos.png");
+       background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
 }
This page took 0.010298 seconds and 4 git commands to generate.