Changeset 1662
- Timestamp:
- Oct 4, 2010, 5:53:10 PM (10 years ago)
- Location:
- cpc/trunk/project
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/apps/frontend/modules/plot/templates/generatePlotGroupesSuccess.php
r1657 r1662 4 4 if ($type === "home") { 5 5 $xsize = 433; 6 $ydefsize = 290;6 $ydefsize = 320; 7 7 $yadd = 0; 8 8 } else { 9 9 $xsize = 720; 10 10 $yadd = 16; 11 $ydefsize = 3 00;11 $ydefsize = 320; 12 12 } 13 13 $ysize = $ydefsize + $yadd; -
cpc/trunk/project/web/css/xneth/style.css
r1631 r1662 225 225 border: 1px solid #DBDBDB; 226 226 width: 463px; 227 height: 370px;227 height: 400px; 228 228 background-color: #FAFAFA; 229 229 float: left; … … 236 236 float: right; 237 237 margin-right: 5px; 238 height: 370px238 height: 400px 239 239 } 240 240
Note: See TracChangeset
for help on using the changeset viewer.