CSS-Style improvement to better fit trac 1.0.1 default theme
Just installed this plug-in in faced a messed up display of the main nav cause by a fixed height in tracmenus/htdocs/css/tracmenus.css. Changes within following patch solves the issue:
-
|
old
|
new
|
|
| 53 | 53 | |
| 54 | 54 | /*** TRAC STYLE CSS ***/ |
| 55 | 55 | #mainnav { |
| 56 | | height: 14px; |
| | 56 | height: 2em; |
| 57 | 57 | padding-top: 0; |
| 58 | 58 | } |
| 59 | 59 | .sf-menu { |
Change History (8)
| Owner: |
changed from Catalin BALAN to Ryan J Ollos
|
| Status: |
new →
accepted
|
| Status: |
accepted →
assigned
|
| Owner: |
Ryan J Ollos deleted
|
| Status: |
assigned →
new
|
| Owner: |
set to Ryan J Ollos
|
| Resolution: |
→ fixed
|
| Status: |
new →
closed
|
Refocusing.