diff options
Diffstat (limited to '')
-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 +} |