diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:21:59 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:21:59 +0200 |
commit | 8e44e21713e350a57eca47adeddce6b85e0c9956 (patch) | |
tree | 6b5362b2f2235e743ed6c44124190c87e7708ef3 /public/css | |
parent | Revert "Changed border-radius (5-10) for more likeness to Ipad" (diff) | |
download | Divid-8e44e21713e350a57eca47adeddce6b85e0c9956.tar.gz |
Changed border-radius (5-20) for more Ipad likeness
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/devanim.less | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/public/css/devanim.less b/public/css/devanim.less index 5f26472..b3b2934 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -45,7 +45,7 @@ top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -55,7 +55,7 @@ top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -123,7 +123,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -133,7 +133,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -201,7 +201,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -211,7 +211,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -279,7 +279,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ @@ -289,7 +289,7 @@ moz-webkit-keyframes devices { top: 68px; width: 280px; height: 210px; - border-radius: 5px; + border-radius: 20px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ |