Difference between revisions of "Website/Going Tableless/Transition Guide"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == Hiding Project Navigation == The following code will hide the left-hand navigation menu: <source lang="css"> #navcolumn { display: none; } #content { padding-left: 0; } </source>)
 
m (Categorizing)
 
Line 7: Line 7:
 
#content { padding-left: 0; }
 
#content { padding-left: 0; }
 
</source>
 
</source>
 +
 +
[[Category:Website]]

Latest revision as of 19:13, 16 March 2010

Hiding Project Navigation

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

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