Ignore:
Timestamp:
2011/05/07 23:44:04 (13 years ago)
Author:
Seasoft
Message:

#1292 (商品詳細画面にメーカー名が出力されない)
#1294 (ソースを読みやすくする)
#1295 (通常価格も赤色となっている)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/user_data/packages/sphone/css/detail.css

    r20764 r20916  
    11/*商品情報(テキストなど)*/ 
    2 div#detailrightblock table td { 
     2#detailrightblock table td { 
    33text-align: left; 
    44vertical-align: middle; 
     
    4141 
    4242/*商品情報(テーブル部分)*/ 
    43 div#detailrightblock table span.nomal-price { 
     43#detailrightblock table span.nomal-price { 
    4444    font-size: 100%; 
    4545} 
    46 div#detailrightblock table span.sale-price { 
     46#detailrightblock table span.sale-price { 
    4747    font-weight: bold; 
    4848    color: #CC0000; 
    4949} 
    50 div#detailrightblock table span.member-point { 
     50#detailrightblock table span.member-point { 
    5151    font-weight: bold; 
    5252    color: #CC0000; 
     
    5454 
    5555/*商品情報(規格部分)*/ 
    56 div#detailrightblock dl { 
     56#detailrightblock dl { 
    5757    margin: 0; 
    5858    padding: 5px 0 0; 
    5959} 
    60 div#detailrightblock dt { 
    61     font-weight: bold; 
    62     margin: 0; 
    63     padding: 5px 0 3px 0; 
    64     line-height: 1.1; 
    65 } 
    66 div#detailrightblock dd { 
     60#detailrightblock dt { 
     61    font-weight: bold; 
     62    margin: 0; 
     63    padding: 5px 0 3px 0; 
     64    line-height: 1.1; 
     65} 
     66#detailrightblock dd { 
    6767    margin: 0; 
    6868    padding: 0 0 5px; 
    6969} 
    70 div#detailrightblock .fm-detail-quantity { 
     70#detailrightblock .fm-detail-quantity { 
    7171    width: 70px; 
    7272    height: 16px; 
Note: See TracChangeset for help on using the changeset viewer.