[FIX] website: make sure the hidden properties on website will not be overwritten by other properties

This commit is contained in:
rim-odoo 2014-05-16 12:19:32 +02:00 committed by Martin Trigaux
parent 9fc6ff1f55
commit d3beae2921
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ header a.navbar-brand img {
/* ----- EDITOR ----- */
.css_non_editable_mode_hidden {
display: none;
display: none !important;
}
/* ----- BOOTSTRAP FIX ----- */