Changeset 18205
- Timestamp:
- 2009/07/18 19:19:42 (14 years ago)
- Location:
- branches/comu-ver2/html/user_data/packages/default/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/html/user_data/packages/default/css/main.css
r18189 r18205 223 223 ----------------------------------------------- */ 224 224 div#topcolumn{ 225 clear:both; 226 margin-bottom:12px; 227 margin-top:12px; 225 clear:both; 226 margin:0px; 228 227 } 229 228 div#bottomcolumn{ 230 229 clear: both; 231 margin-bottom:12px; 232 margin-top:12px; 230 margin:0px; 233 231 } 234 232 -
branches/comu-ver2/html/user_data/packages/default/css/products.css
r18069 r18205 38 38 text-align: left; 39 39 white-space: nowrap; 40 width: 27.9%; 40 41 } 41 42 … … 43 44 text-align: center; 44 45 white-space: pre; 46 width: 27.9% 45 47 } 46 48 47 49 ul.pagenumberarea li.right { 50 float:right; 48 51 text-align: right; 49 52 white-space: nowrap; 53 width: 38.7%; 54 50 55 } 51 56
Note: See TracChangeset
for help on using the changeset viewer.