Show
Ignore:
Timestamp:
02/12/10 22:54:03 (7 months ago)
Author:
olivier
Message:

fix conflict between home modules and rst content image ; properly rewrite img urls when using rst object substitution ; fix build_query_string template tag

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/telemeta/htdocs/css/telemeta.css

    r548 r549  
    630630} 
    631631 
    632 .rst-content img.align-left { 
     632.rst-content img.align-left, .rst-content img.align-right { 
    633633    margin-left: 0; 
    634     clear: left; 
    635 } 
    636  
    637 .rst-content img.align-right { 
    638     margin-right: 0; 
     634    margin-top: 0.6ex; 
     635} 
     636 
     637.module-set { 
     638    float: right; 
    639639    clear: right; 
    640640} 
    641641 
    642642.module { 
    643     float: right; 
    644643    border: 1px dotted #999; 
    645644    background: #EEE; 
    646645    padding: 1em; 
    647646    margin: 0 0 1.5em 1.5em; 
    648     clear: right; 
    649647} 
    650648