changeset 186:6c6c69d14bea

Remove some unused CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 12 Oct 2015 09:18:38 +0300
parents 111b062d3988
children 3fca160af8a5
files luk.css
diffstat 1 files changed, 0 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- a/luk.css	Wed Sep 30 09:39:45 2015 +0300
+++ b/luk.css	Mon Oct 12 09:18:38 2015 +0300
@@ -49,27 +49,6 @@
 	background: red;
 }
 
-.advert {
-	width: 130px;
-	height: 70px;
-}
-
-.advert img {
-	padding: 0px;
-	width: 120px;
-	height: 60px;
-}
-
-.advert img:hover {
-	animation: mpulsate 0.5s infinite;
-}
-
-@keyframes mpulsate {
-	0% { width: 120px; height: 60px; }
-	50% { width: 110px; height: 55px; }
-	100% { width: 120px; height: 60px; }
-}
-
 
 #infobox a {
 	padding: 2pt;