reduce rounded corners of Share and Versions dropdown

This commit is contained in:
Jan-Christoph Borchardt 2013-10-02 17:53:54 +03:00
Родитель 551e809790
Коммит 8ce26297b9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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;