Changeset 3095
- Timestamp:
- 05/10/06 14:21:26 (7 years ago)
- Location:
- trac/plugins/tracnav/tracnav
- Files:
-
- 2 edited
-
htdocs/css/tracnav.css (modified) (1 diff)
-
tracnav.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trac/plugins/tracnav/tracnav/htdocs/css/tracnav.css
r3083 r3095 51 51 } 52 52 .wiki-toc.trac-nav .edit { 53 position: relative; 53 float: right; 54 position: absolute; 55 right: 10px; 56 } 57 /* next rule not seen by IE <= IE6 */ 58 .wiki-toc.trac-nav [class~=edit] { 59 float: none; 60 position: static; 54 61 text-align: right; 62 height: 0; /* simulate float:right; */ 55 63 top: -3px; /* shift slightly up */ 56 height: 0; /* simulate float:right; */64 right: 0; 57 65 } 58 66 .wiki-toc.trac-nav .edit a { -
trac/plugins/tracnav/tracnav/tracnav.py
r3093 r3095 56 56 """ 57 57 __id__ = '$Id$' 58 __version__ = '3.92pre 3'58 __version__ = '3.92pre4' 59 59 __revision__ = '$LastChangedRevision$' 60 60
Note: See TracChangeset
for help on using the changeset viewer.
