view web/notes/notes.css @ 62:df7acc5653b3

Make the final depth appear in Advanced Rogue 5 tables. Along the way, "SELECT name FROM table WHERE name = ..." was removed from any queries where it had been carelessly placed.
author John "Elwin" Edwards
date Fri, 30 Jan 2015 20:24:47 -0500
parents 5b4ff5680037
children
line wrap: on
line source

@import url("/main.css");

h2.pagetitle {
	text-align: center;
}

h3.posttitle {
	background-color: #E0FFE0;
	text-align: center;
}

div.datehead {
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}