Ignore:
Timestamp:
2013/07/01 11:45:09 (12 years ago)
Author:
Seasoft
Message:

#2291 (利用ガイドブロック selected クラスの指定に誤り)
#2140 (標準テンプレートのカスタマイズ性を高める)
#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • html ヘッダーを「charset -> title -> meta -> link -> script」の順に整えた。ただし、スマートフォンは定義が複雑なので、link, script の混在は残した。

#2044 (無駄な処理を改善する for 2.13.0)

  • ヘッダー部の h1 マークアップは、古の SEO 手法だと思いますので削除します。
File:
1 edited

Legend:

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

    r22840 r22931  
    370370    min-height: 40px; 
    371371} 
    372 header h1 { 
     372header #logo_area { 
    373373    width: 47%; 
    374374    height: 25px; 
     
    380380    position: relative; 
    381381} 
    382 header h1 a { 
     382header #logo_area a { 
    383383    display: block; 
    384384    margin: 0; 
     
    387387    vertical-align: middle; 
    388388} 
    389 header h1 img { 
     389header #logo_area img { 
    390390    width: 150px; 
    391391    height: 25px; 
Note: See TracChangeset for help on using the changeset viewer.