[IMP] all: new design to match the one on odoo.com

* upgrade to bootstrap 3.3.6

* new Header, port website LESS
  - Add the new header
  - Modify sub-header in order to handle “back” button and version
    switcher
  - Port website’s Less:
    * Use same variables’ names
    * Review fonts and colours in order to fit the new style

* add new footer

* Review and optimise JS code in order properly handle the new header,
  footer and card.top animations

* replace  banner images
This commit is contained in:
stefanorigano
2016-04-15 14:57:34 +02:00
committed by Martin Trigaux
parent 91f2cd2bb8
commit 28f197ca71
104 changed files with 6667 additions and 2751 deletions
+7
View File
@@ -0,0 +1,7 @@
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}