diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 09:08:21 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2022-10-19 10:04:51 +0200 |
commit | 2d98cd1dafb3adbcad5d9af9245f44aec583de2e (patch) | |
tree | ca2f867e50680bed2911a94b35d98617b7252b59 /core/css/public.css | |
parent | a6684da737c40e3d05b3a88bf6f8c8649364587b (diff) | |
download | nextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.tar.gz nextcloud-server-2d98cd1dafb3adbcad5d9af9245f44aec583de2e.zip |
Add config and fix selenium
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/public.css')
-rw-r--r-- | core/css/public.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/css/public.css b/core/css/public.css index 3e8ca2bbb34..91bac9daa26 100644 --- a/core/css/public.css +++ b/core/css/public.css @@ -1,6 +1,5 @@ #body-public { /** don't apply content header padding on the base layout */ - /* force layout to make sure the content element's height matches its contents' height */ /* public footer */ } #body-public .header-right #header-primary-action a { @@ -32,9 +31,6 @@ #body-public.layout-base #content { padding-top: 0; } -#body-public .ie #content { - display: inline-block; -} #body-public p.info { margin: 20px auto; text-shadow: 0 0 2px rgba(0, 0, 0, 0.4); |