diff options
author | robertkj <joramo40@hotmail.com> | 2013-04-23 11:34:16 +0200 |
---|---|---|
committer | robertkj <joramo40@hotmail.com> | 2013-04-23 11:34:16 +0200 |
commit | 8358e0cea44ddc8830694de6b58e307d516cffcb (patch) | |
tree | 53d7f993372997dcdedb10caeaea701f1d31f1e2 /public | |
parent | Fixed syntax error on styles.less (diff) | |
download | Divid-8358e0cea44ddc8830694de6b58e307d516cffcb.tar.gz |
fixed home page
Diffstat (limited to 'public')
-rw-r--r-- | public/css/devanim.less | 10 |
1 files changed, 5 insertions, 5 deletions
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 +} |