Remove uneeded vendor prefixes

This commit is contained in:
Lukas Reschke 2012-10-23 23:56:15 +02:00
parent dcb286855e
commit 4956380a89
1 changed files with 0 additions and 6 deletions

View File

@ -10,15 +10,9 @@
box-shadow: 0 1px 1px #777;
display: block;
margin-right: 7em;
moz-border-radius-bottomleft: 1em;
moz-border-radius-bottomright: 1em;
moz-box-shadow: 0 1px 1px #777;
padding: 1em;
position: absolute;
right: 0;
webkit-border-bottom-left-radius: 1em;
webkit-border-bottom-right-radius: 1em;
webkit-box-shadow: 0 1px 1px #777;
width: 19em;
z-index: 500;
}