Fix Issue 415: main menu highlight extends to border of menu (patch from wnauta)

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1230 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-01-15 21:13:11 +00:00
parent 9e0c8fff0e
commit 907998343d
2 changed files with 7 additions and 4 deletions

View File

@@ -306,8 +306,9 @@
#svg_editor #main_menu li {
/* height: 35px;*/
line-height: 22px;
padding-top: 2px;
padding-left: 2px;
padding-top: 7px;
padding-left: 7px;
margin: -5px;
overflow: auto;
cursor: default;
}