]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style-light.css
Format CSS code
[github/wallabag/wallabag.git] / tpl / css / style-light.css
index 224ef1829bbd638e20479353ef75040779e93944..a85961c9d9e95dc9289767d22806c6574e365d24 100644 (file)
@@ -1,51 +1,45 @@
-
 a.back span {
-    background: url('../img/light/left.png') no-repeat;
+    background: url('../img/light/left.png');
 }
 
 a.top span {
-    background: url('../img/light/top.png') no-repeat;
+    background: url('../img/light/top.png');
 }
 
-
 a.fav span {
-    background: url('../img/light/star-on.png') no-repeat;
+    background: url('../img/light/star-on.png');
 }
-
 a.fav span:hover {
-    background: url('../img/light/star-off.png') no-repeat;
+    background: url('../img/light/star-off.png');
 }
 
 a.fav-off span {
-    background: url('../img/light/star-off.png') no-repeat;
+    background: url('../img/light/star-off.png');
 }
-
 a.fav-off span:hover {
-    background: url('../img/light/star-on.png') no-repeat;
+    background: url('../img/light/star-on.png');
 }
 
 a.archive span {
-    background: url('../img/light/checkmark-on.png') no-repeat;
+    background: url('../img/light/checkmark-on.png');
 }
-
 a.archive span:hover {
-    background: url('../img/light/checkmark-off.png') no-repeat;
+    background: url('../img/light/checkmark-off.png');
 }
 
 a.archive-off span {
-    background: url('../img/light/checkmark-off.png') no-repeat;
+    background: url('../img/light/checkmark-off.png');
 }
-
 a.archive-off span:hover {
-    background: url('../img/light/checkmark-on.png') no-repeat;
+    background: url('../img/light/checkmark-on.png');
 }
 
 a.twitter span {
-    background: url('../img/light/twitter.png') no-repeat;
+    background: url('../img/light/twitter.png');
 }
 
 a.shaarli span {
-    background: url('../img/light/shaarli.png') no-repeat;
+    background: url('../img/light/shaarli.png');
 }
 
 a.flattr span {
@@ -53,9 +47,9 @@ a.flattr span {
 }
 
 a.email span {
-    background: url('../img/light/envelop.png') no-repeat;
+    background: url('../img/light/envelop.png');
 }
 
 a.delete span {
-    background: url('../img/light/remove.png') no-repeat;
+    background: url('../img/light/remove.png');
 }
\ No newline at end of file