
/* Custom styles for Confluence (included for all themes by default) */

/* Remove the Last Updated and Created by Text on a Confluence Page */
.page-metadata UL LI {

display: none;

}
  
/* Remove the Last Updated and Created by Text on a Confluence Page */
.children-showing{

display: none;

}

/* End custom styles for Confluence */


