Difference between revisions of "Website/Issues/fixes"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: One of the pages where much of the CSS was custom was why.openoffice.org: Basically the fixes came down to: <source lang="xml"> #banner, #header, #subheader, #breadcrumbs,#contextualinf...)
 
Line 3: Line 3:
 
Basically the fixes came down to:
 
Basically the fixes came down to:
  
<source lang="xml">
+
<source lang="css">
  
 
#banner, #header, #subheader, #breadcrumbs,#contextualinformation,#toptabs  {  
 
#banner, #header, #subheader, #breadcrumbs,#contextualinformation,#toptabs  {  

Revision as of 20:28, 26 March 2008

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