reduce rounded corners of Share and Versions dropdown

This commit is contained in:
Jan-Christoph Borchardt 2013-10-02 17:53:54 +03:00
parent 551e809790
commit 8ce26297b9
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
This file is licensed under the Affero General Public License version 3 or later.
See the COPYING-README file. */
#dropdown {
#dropdown {
background:#eee;
border-bottom-left-radius:1em;
border-bottom-right-radius:1em;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow:0 1px 1px #777;
display:block;
margin-right:7em;