view style-rlg.css @ 41:ea3b7775009d

rlgterm.js: fix failure to recognize end of game The RLG-Web client was failing to realize the game was over, because a test was checking against the entire response instead of the proper field in the response.
author John "Elwin" Edwards <elwin@sdf.org>
date Sat, 09 Jun 2012 10:44:11 -0700
parents 82be54381964
children 1bbd0e76ba92
line wrap: on
line source

html {
	background-color: #C0FFC0;
	color: #101040;
}

h1 {
	text-align: center;
}
div.modal {
	clear: both;
}