Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Style
/* Remove child list */
#children-section{   
display:none;   
}
/* Remove page comment display and "like this"  */
div#comments-section.pageSection, div#likes-and-labels-container
{
display: none;
}
/* Remove "Created by" */
.page-metadata
{
     display:none !important;
}