Page tree

Versions Compared

Key

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

Release Notes


HTML
<style>
	table.confluenceTable td.confluenceTd{
	text-align:center;
	}


	#tinymce.wiki-content a, #tinymce.wiki-content a:link{
	color:#57575B !important;
	}


	.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active{
	color:#0052CC !important;
	text-decoration:underline;
	}


	table.confluenceTable td.confluenceTd {
    border-color: #57575b !important;
    border-width: 0 2px;
    vertical-align: middle;
	}


	table.confluenceTable tr:last-child td {
    border-bottom-width: 2px;
	}

</style>


<script>

var testChange = document.querySelectorAll("a[href*='7.1.0.10']");
var testNew = document.querySelectorAll("div.contextual-nav-child-pages ul li");
var testZoola = document.querySelectorAll("#childrenspan8552467-0");

</script>