RLG-Web client: some cleanup

Separate RLG-specific CSS into its own file, fix some typos.
This commit is contained in:
John "Elwin" Edwards 2012-05-23 07:46:08 -07:00
parent 2d86b63c98
commit 018adf9acf
4 changed files with 21 additions and 7 deletions

11
style-rlg.css Normal file
View file

@ -0,0 +1,11 @@
html {
background-color: #C0FFC0;
color: #101040;
}
h1 {
text-align: center;
}
div.modal {
clear: both;
}