diff style-rlg.css @ 21:82be54381964

RLG-Web client: some cleanup Separate RLG-specific CSS into its own file, fix some typos.
author John "Elwin" Edwards <elwin@sdf.org>
date Wed, 23 May 2012 07:46:08 -0700
parents
children 1bbd0e76ba92
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/style-rlg.css	Wed May 23 07:46:08 2012 -0700
@@ -0,0 +1,11 @@
+html {
+	background-color: #C0FFC0;
+	color: #101040;
+}
+
+h1 {
+	text-align: center;
+}
+div.modal {
+	clear: both;
+}