[FIX] Move bootstrap.css outside from the single css file generate.
authorKersten Jeremy <jke@openerp.com>
Fri, 7 Mar 2014 17:44:11 +0000 (18:44 +0100)
committerKersten Jeremy <jke@openerp.com>
Fri, 7 Mar 2014 17:44:11 +0000 (18:44 +0100)
commit47d7045f76ea2767d54835b79ec0a264d1e82e0f
tree17d9c6a3896c773a00aab6a1e87947509ac42ee7
parentd037df50e5c8b3f09aab68940ad3e350273b7eac
[FIX] Move bootstrap.css outside from the single css file generate.
Without that, OpenERP become unusable in IE due to the follows limitations:
   - All style tags after the first 31 style tags are not applied.
   - All style rules after the first 4,095 rules are not applied.
   - On pages that uses the @import rule to continously import external style sheets that import other style sheets, style sheets that are more than three levels deep are ignored.
  (http://support.microsoft.com/kb/262161/en)

bzr revid: jke@openerp.com-20140307174411-hejt3x324nlv6tjr
addons/web/controllers/main.py