Ticket #617 (closed Task: fixed)
Remove Kohana trac toolbar in people.php (login and logout pages)
| Reported by: | spirit | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | Kohana Server Project |
| Component: | Kohana Website/Server | Version: | SVN HEAD |
| Keywords: | vanilla, theme, css | Cc: |
Description
The Kohana trac toolbar seems to be broken in the login and logout page (the ul menu is not floating but block) because this page does not contain the css style to dress it included in /themes/vanilla/styles/kohana/vanilla.css.
Nevertheless, this toolbar and the download link are so useless in these pages, that I propose to remove them. The HTML code is probably included in every pages so it would be harder to remove it only on people.php.
So just add to /themes/vanilla/styles/kohana/people.css those 2 lines:
#developer { display:none; }
#sidebar { display:none; }
Note: sorry to increment the bug counter ;) but it will take a few seconds only :D
Change History
Note: See
TracTickets for help on using
tickets.
