Changeset 17456


Ignore:
Timestamp:
2008/07/23 22:28:30 (16 years ago)
Author:
Seasoft
Message:

おすすめ商品のCSSが異常なようなので修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/user_data/packages/default/css/index.css

    r17073 r17456  
    3737----------------------------------------------- */ 
    3838div#recomendarea { 
    39     width: 400px; 
    40     margin: 0 auto; 
     39    margin: 0 10px; 
    4140} 
    4241 
    4342div.recomendblock { 
    4443    clear: both; 
    45     width: 400px; 
     44    width: 100%; 
    4645    padding: 10px 0; 
    4746    overflow: auto; 
     
    5150div.recomendleft { 
    5251    float: left; 
    53     margin: 0 5px 0 0; 
     52    width: 47.5%; 
    5453} 
    5554 
     
    6059div.recomendright { 
    6160    float: right; 
    62     width: 190px; 
     61    width: 47.5%; 
    6362    position: relative; 
    6463} 
Note: See TracChangeset for help on using the changeset viewer.