Difference between revisions of "Website/Issues/fixes"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m (Categorizing)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
<source lang="css">
 
<source lang="css">
  
#banner, #header, #subheader, #breadcrumbs, #contextualinformation,#toptabs  {  
+
#banner, #header, #subheader, #breadcrumbs, #contextualinformation, #toptabs  {  
 
   display: none !important;
 
   display: none !important;
 
}
 
}
Line 12: Line 12:
 
   border-bottom: 0 none;
 
   border-bottom: 0 none;
 
   border-top: 0 none;
 
   border-top: 0 none;
   background: #fff;
+
   background: #FFF;
 
}
 
}
 
</source>
 
</source>
 +
 +
 +
[[Category:Website]]

Latest revision as of 19:13, 16 March 2010

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