doc/book/en/B1130-css.en.txt
changeset 293 a21688a55d21
equal deleted inserted replaced
292:2d9e83c34b23 293:a21688a55d21
       
     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.