Ticket #1110 (closed defect: duplicate)
mainnav does not display properly in Opera
| Reported by: | seanm@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8 |
| Severity: | minor | Keywords: | opera css menu |
| Cc: |
Description
The "mainnav" navigational menu does not display correctly using the default template/css. The following patch at least makes it usable in all browsers with superficial layout differences :
--- trac.orig.css 2005-01-07 16:41:55.968176552 +0000
+++ trac.css 2005-01-07 16:42:21.602279576 +0000
@@ -119,7 +119,7 @@
height: 1.6em;
margin: .66em 0 .33em;
}
-#mainnav ul { float: right; padding: 0 }
+#mainnav ul { float: right; padding: 0; width : 100%; }
#mainnav li { border-right: none; padding: 0 }
#mainnav :link, #mainnav :visited {
background: url(../dots.gif) top left no-repeat;
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


