diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-18 10:50:05 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-12-18 10:51:41 +0100 |
commit | ea548cdaaafb1c67fab7aec51c0253a5162203e2 (patch) | |
tree | 61041fbd70e24d3b8ecbdb9b442cf24edef1e311 /core/css | |
parent | 5c6e08213e6ed52517f9f729ae91a2973f09c182 (diff) | |
download | nextcloud-server-ea548cdaaafb1c67fab7aec51c0253a5162203e2.tar.gz nextcloud-server-ea548cdaaafb1c67fab7aec51c0253a5162203e2.zip |
fix accessibility of logos
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/css/header.css b/core/css/header.css index 02e47ad0966..2ec82ce844a 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -48,9 +48,6 @@ height: 120px; margin: 0 auto; } -#header .logo h1 { - display: none; -} #header .logo-wide { background-image: url(../img/logo-wide.svg); |