From 8358e0cea44ddc8830694de6b58e307d516cffcb Mon Sep 17 00:00:00 2001 From: robertkj Date: Tue, 23 Apr 2013 11:34:16 +0200 Subject: fixed home page --- public/css/devanim.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'public') diff --git a/public/css/devanim.less b/public/css/devanim.less index ea7f23a..5a89212 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -315,8 +315,8 @@ moz-webkit-keyframes devices { border-top-width: 7px; border-bottom-width: 10px; border-radius: 2px; - background-image: url('/img/mobil.png') - background-repeat: no-repeat; + background-image: url('/img/mobil.png'); + /*background-repeat: no-repeat;*/ } 100% { @@ -326,7 +326,7 @@ moz-webkit-keyframes devices { border-width: 10px; border-radius: 2px; border-bottom-width: 15px; - background-image: url('/img/desktop.png') - /*background-repeat: no-repeat;*/ + background-image: url('/img/desktop.png'); + /*background-repeat: no-repeat;*/ } -} \ No newline at end of file +} -- cgit v1.2.3