diff options
| author | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-20 22:19:01 -0400 |
|---|---|---|
| committer | caleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu> | 2022-03-20 22:19:01 -0400 |
| commit | 27e9271bf46016a77d4f9e9ce654a6be2aceaed1 (patch) | |
| tree | 00abf32697228e0db587cf09adebcd48a54adc5c /webAO | |
| parent | 38739ca7ad89a3b743696e9b3b95c26d1a50b07a (diff) | |
| parent | 30856f8a128cdee4e16edfd2de36aa5fb2febe8f (diff) | |
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into custom-ini
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/client.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 940a1ea..4e0712e 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -169,14 +169,16 @@ #client_background { position: relative; - padding-bottom: 75%; background-color: transparent; top: 0; left: 0; } #client_gamewindow { + position: inherit; width: 100%; + padding-bottom: 75%; + } #client_court_static { |
