Menu

#106 Optimize header and footer

closed-fixed
None
5
2007-02-02
2007-02-01
Tim Gerundt
No

This patch optimize the "header" and "footer" to be more structured HTML. The "$header_display_address" is now inside <h1> and the "headerLogo" floats on the left side. And you can easily move the logo to the right side with some simple CSS changes:

--------------------8<--------------------
#header h1 {
- margin-left: 158px;
+ margin-right: 158px;
}

#headerLogo {
- float: left;
+ float: right;
}

#main {
- clear: left;
+ clear: right;
}
-------------------->8--------------------

Testet on Windows 2000 with:
* Firefox 1.5
* Internet Explorer 6.0
* Opera 9.0

Greetings,
Tim

Discussion

  • Tim Gerundt

    Tim Gerundt - 2007-02-01

    original and altered files

     
  • Anonymous

    Anonymous - 2007-02-02

    Logged In: YES
    user_id=529507
    Originator: NO

    Fixed in CVS.

    It'll be included in next release.

    But you can download daily snapshots at :
    http://nocc.sourceforge.net/download/

    Thanks for the patch.

     
  • Anonymous

    Anonymous - 2007-02-02
    • assigned_to: nobody --> goddess_skuld
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB