Changeset 648
- Timestamp:
- 03/04/10 14:21:44 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
projects/misc/commontheme/_static/opengeo-extra.css
r647 r648 49 49 50 50 .figure img { 51 width: auto; 51 52 border: 1px solid #888; 52 53 -webkit-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3); … … 54 55 -moz-box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3); 55 56 box-shadow: 0.33em 0.33em 0.17em #888, 0.33em 0.33em 1em rgba(0,0,0,0.3); 56 max-width: 100%;57 max-width: 100%; 57 58 margin: 0.5em 0 1em; 58 59 } 59 60 60 * html #contentimg {61 width: expression(this.width > 580 ? 580: true);61 .figure img { 62 width: expression(this.width > 580 ? 580: default); 62 63 } 63 64
