# HG changeset patch # User Matti Hamalainen # Date 1444630718 -10800 # Node ID 6c6c69d14bea1ce8101536a2b493979fc06e7b34 # Parent 111b062d3988e488c3e2cff4b0ac8bac04a5bccd Remove some unused CSS. diff -r 111b062d3988 -r 6c6c69d14bea luk.css --- 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;