diff options
| author | lowercasename <raphaelkabo@gmail.com> | 2019-10-01 00:31:59 +0100 |
|---|---|---|
| committer | lowercasename <raphaelkabo@gmail.com> | 2019-10-01 00:31:59 +0100 |
| commit | f04431e5b29b86b7439e41d40ae5a23a13ddd488 (patch) | |
| tree | 1d7489755ead8ca897fe54946a7080c73ffe0fad /public | |
| parent | 9d3da3563ce13d54673cfa3468911caeb4836741 (diff) | |
Fixed a weird CSS error
Diffstat (limited to 'public')
| -rwxr-xr-x | public/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/css/style.css b/public/css/style.css index 122c6ad..683e165 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -295,9 +295,9 @@ body, html { #maxAttendeesContainer { display: none; } -#maxAttendeesCheckboxContainer { +/* #maxAttendeesCheckboxContainer { display: none; -} +} */ .edit-buttons { text-align: right; |
