This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 35997502fe056372d6bbeb3f5a3e95b7acaf8d83 Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Jan 15 16:13:39 2015 +0100 fixes #6271 cusotmize lizmap css --- .../src/main/assembly/lizmap/www/themes/default/css/map.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/echobase-ui/src/main/assembly/lizmap/www/themes/default/css/map.css b/echobase-ui/src/main/assembly/lizmap/www/themes/default/css/map.css index 46d6345..816b21b 100644 --- a/echobase-ui/src/main/assembly/lizmap/www/themes/default/css/map.css +++ b/echobase-ui/src/main/assembly/lizmap/www/themes/default/css/map.css @@ -29,6 +29,14 @@ #title h2 { color : #585858; } + +#header { + display: none; +} +#headermenu { + display: none; +} + #headermenu .navbar-search .icon { background-color: transparent; background-position: -100px -20px; -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.