id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
9627	PATCH: fixed menu item height	falkb	rjollos	I saw the mainnav menu item height was not correct with my Trac 0.12.2, and I don't have custom styles installed. It's displayed in FF and IE like this:\r\n[[Image(badHeight.jpg)]]\r\n\r\nThis patch fixes that:\r\n{{{\r\n#!diff\r\n--- menusplugin/0.11/tracmenus/htdocs/css/tracmenus.css_(revision 11054)\r\n+++ menusplugin/0.11/tracmenus/htdocs/css/tracmenus.css_(working copy)\r\n@@ -53,7 +53,7 @@\r\n \r\n /*** TRAC STYLE CSS ***/\r\n #mainnav {\r\n-  height: 16px;\r\n+  height: 14px;\r\n   padding-top: 0;\r\n }\r\n .sf-menu {\r\n}}}	defect	reopened	normal	MenusPlugin	trivial				0.12
