Website/Going Tableless/Transition Guide

From Apache OpenOffice Wiki
< Website/Going Tableless
Revision as of 19:13, 16 March 2010 by Ivanm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hiding Project Navigation

The following code will hide the left-hand navigation menu:

#navcolumn { display: none; }
#content { padding-left: 0; }
Personal tools