Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Trivial
 - 
    6.1-milestone-1
 - 
    None
 
- 
        Unknown
 - 
        N/A
 - 
        N/A
 - 
        
 
Description
While Colibri skin used a reset.css to normalise user agent stylesheet, Bootstrap is using normalize.css https://github.com/necolas/normalize.css/blob/master/normalize.css
There are some differences between the two, one of them being the padding reset for 'ol' and 'ul' elements.
Since I don't want to force the reset on the default elements, we will need to explicitly add the 'padding: 0' rule to the applications that are using the ol/ul structure for display.