RLG-Web client: some cleanup
Separate RLG-specific CSS into its own file, fix some typos.
This commit is contained in:
parent
2d86b63c98
commit
018adf9acf
4 changed files with 21 additions and 7 deletions
11
style-rlg.css
Normal file
11
style-rlg.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
html {
|
||||
background-color: #C0FFC0;
|
||||
color: #101040;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
div.modal {
|
||||
clear: both;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue