diff options
author | André Glüpker <git@wgmd.de> | 2022-10-08 21:01:00 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2022-10-08 21:01:00 +0200 |
commit | 0535319a72ca7c38c44f2268e61147ec7324d7dd (patch) | |
tree | deff601e69a63e7af10970dc532414008f94b1b1 /static/style.css | |
parent | 6a6a1fcca5058eedcd26c280bb003ca189e67815 (diff) | |
download | steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.tar.gz steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.tar.bz2 steam-0535319a72ca7c38c44f2268e61147ec7324d7dd.zip |
Rename old typo s/Premade/Premate
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); } - |