diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 9544769..d76b111 100644 --- a/static/style.css +++ b/static/style.css @@ -106,7 +106,7 @@ div.form { border: 1px dashed gray; text-align: center; } -div#premades { +div#premates { border: 1px dashed rgb(150, 150, 0); height: 500px; } @@ -271,4 +271,3 @@ span.snooze { color: rgb(135, 134, 135); } span.lookingtotrade { color: rgb(255, 255, 0); } span.lookingtoplay { color: rgb(0, 255, 0); } span.offline,a.offline { color: rgb(137, 137, 137); } - |