Showing
1 changed file
with
1 additions
and
1 deletions
@@ -219,7 +219,7 @@ | @@ -219,7 +219,7 @@ | ||
219 | <div style="width:150px;float:right;"> | 219 | <div style="width:150px;float:right;"> |
220 | [[each module.contentData.data.imgs as item index]] | 220 | [[each module.contentData.data.imgs as item index]] |
221 | [[if index!=0 && index <= 6]] | 221 | [[if index!=0 && index <= 6]] |
222 | - <img style="width:45px;height:90px;margin-left:5px;margin-top:10px;float:left;" src="[[item.src]]"> | 222 | + <img style="width:45px;height:90px;margin-left:5px;margin-bottom:10px;float:left;" src="[[item.src]]"> |
223 | [[/if]] | 223 | [[/if]] |
224 | [[/each]] | 224 | [[/each]] |
225 | <div style="clear:both"></div> | 225 | <div style="clear:both"></div> |
-
Please register or login to post a comment