Edgewall Software

Ticket #1110 (closed defect: duplicate)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by cmlenz

  • status changed from new to closed
  • resolution set to duplicate

Duplicate of #371 (which has been fixed and will be in 0.8.1).

Add/Change #1110 (mainnav does not display properly in Opera)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.