Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{html}
<style> 
.tabletitle
{
display:none;
}
h1
{
/*margin-top:0px*/
}
h1,h2,h3,h4,h5,.panel,.panelContent
{
/*background-color:#F9FAFC;*/
/*color:#F2F7FA;*/
}

.page-metadata,#children-section,#default-labels-header,#comments-section
{
display:none
}

#main {
background-image:url(http://www.thesarvo.com/confluence/download/attachments/57/banner3.jpg);
background-repeat: no-repeat;
background-position: top center;
}

.plugin_pagetree
{
margin-left:-30px;
}

.plugin_pagetree img[src="/images/icons/new_16.gif"], .spacetreeplugin_pagetree img[src="/images/icons/docs_16.gif"] {
display: none;
}


</style>
{html}

...