[geeklog-devel] Config GUI issues
Dirk Haun
dirk at haun-online.de
Thu Jan 3 17:11:36 EST 2008
Dirk Haun wrote:
>- The entries for the menu_elements are coming out in reverse order. For
>example, I have 'plugins' as the last entry in the config, but plugins
>are listed first in the site's navigation bar.
Apologies - this is not an issue with the config GUI. It's an issue with
the stylesheet.
I was just making a theme where I wanted the menu elements left-aligned,
so I changed
.header-navigation-container li{
float:right;
to
.header-navigation-container li{
float:left;
and then they're in the correct order.
Can one of our resident CSS gurus suggest a way to get the menu elements
right-aligned and in the correct order?
bye, Dirk
--
http://www.haun-online.de/
http://geeklog.info/
More information about the geeklog-devel
mailing list