doc/book/en/B1130-css.en.txt
changeset 1808 aa09e20dd8c0
parent 1693 49075f57cf2c
parent 1807 6d541c610165
child 1810 e95e876be17c
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 CSS changes
       
     4 ===========
       
     5 
       
     6 XXX FIXME explain CSS used by cubciweb
       
     7 
       
     8 We cannot modify the order in which the application is reading the CSS. In
       
     9 the case we want to create new CSS style, the best is to define it a in a new
       
    10 CSS located under ``myapp/data/`` and use those new styles while writing
       
    11 customized views and templates.
       
    12 
       
    13 If you want to modify an existing CSS styling property, you will have to use
       
    14 ``!important`` declaration to override the existing property. The application
       
    15 apply a higher priority on the default CSS and you can not change that. 
       
    16 Customized CSS will not be read first.