Website/Issues/fixes

From Apache OpenOffice Wiki
< Website/Issues
Revision as of 20:27, 26 March 2008 by Murb (Talk | contribs)

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

One of the pages where much of the CSS was custom was why.openoffice.org:

Basically the fixes came down to:

#banner, #header, #subheader, #breadcrumbs,#contextualinformation,#toptabs   { 
  display: none ! important;
}
 
h1 {
  border-bottom: 0 none;
  border-top: 0 none;
  background: #fff;
}
Personal tools