diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-04 16:44:26 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-10-17 19:13:27 +0200 |
commit | ee1b59734586cd4b539fe759f81ba1925e21f4f1 (patch) | |
tree | be0dc3550a6046061771b0e84da12a4b55481e0f /apps/user_ldap/css | |
parent | 3b1822cf91407f243f18311b8abc273ad2eb1b11 (diff) | |
download | nextcloud-server-ee1b59734586cd4b539fe759f81ba1925e21f4f1.tar.gz nextcloud-server-ee1b59734586cd4b539fe759f81ba1925e21f4f1.zip |
css cleanup
Diffstat (limited to 'apps/user_ldap/css')
-rw-r--r-- | apps/user_ldap/css/settings.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/css/settings.css b/apps/user_ldap/css/settings.css index f6c9f756339..2f12108b090 100644 --- a/apps/user_ldap/css/settings.css +++ b/apps/user_ldap/css/settings.css @@ -19,7 +19,7 @@ height: 15px; } -.hidden, .invisible { +.invisible { visibility: hidden; } |