Page tree

Versions Compared

Key

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

...

HTML
<style>
	#content-title-div, #title-text{
	display:none;
	}


	#main-content h1{
	font-size:30px;
	font-weight: 400;
	}


	.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;
	text-decoration: underline;
	}
</style>


<script>
	document.title = "November 2018 Release";
	
</script>

...