Changeset 648

Show
Ignore:
Timestamp:
03/04/10 14:21:44 (5 months ago)
Author:
pramsey
Message:

Fix image widths.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • projects/misc/commontheme/_static/opengeo-extra.css

    r647 r648  
    4949 
    5050.figure img { 
     51width: auto; 
    5152border: 1px solid #888; 
    5253-webkit-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3); 
     
    5455-moz-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3); 
    5556box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3);  
    56 max-width:100%; 
     57max-width: 100%; 
    5758margin: 0.5em 0 1em; 
    5859} 
    5960 
    60 * html #content img { 
    61 width: expression(this.width > 580 ? 580: true); 
     61.figure img { 
     62  width: expression(this.width > 580 ? 580: default); 
    6263} 
    6364