diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:19:20 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-23 15:19:20 +0200 |
commit | 75e05ca480dbe3de87572675a44131b5f9a0cc42 (patch) | |
tree | f2f3dbf9a5a13927175f53e946093e4d93635109 /public/css/devanim.less | |
parent | Changed border-radius (5-10) for more likeness to Ipad (diff) | |
download | Divid-75e05ca480dbe3de87572675a44131b5f9a0cc42.tar.gz |
Revert "Changed border-radius (5-10) for more likeness to Ipad"
This reverts commit 6350959d4b1de06a48eaff5bcf2059e047929e2f.
Diffstat (limited to '')
-rw-r--r-- | public/css/devanim.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/css/devanim.less b/public/css/devanim.less index 6c43749..5f26472 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -45,7 +45,7 @@ top: 68px; width: 280px; height: 210px; - border-radius: 10px; + border-radius: 5px; 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: 10px; + border-radius: 5px; 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: 10px; + border-radius: 5px; 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: 10px; + border-radius: 5px; border-width: 16px; background-image: url('/img/pad.png') /*background-repeat: no-repeat;*/ |