diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 20:11:43 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-01-10 20:11:43 +0100 |
commit | 6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb (patch) | |
tree | 2cc28018c2af68410f0cb267ff4a77674a2b7289 /assets/css | |
parent | c76dfeb6c99a60abe068bf61535bc6fda90c2a5b (diff) | |
download | wcms-6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb.tar.gz wcms-6f0f6c3f8ff7a2e17ecff410b5f0e974e4dad4cb.zip |
minor fix
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 41e00d9..4b6bbf0 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -268,5 +268,9 @@ main.user table form { left: 0; } + main.home div#options { + display: none; + } + } |