Ignore:
Timestamp:
2011/05/06 16:55:35 (13 years ago)
Author:
habu
Message:

#1252 (商品一覧 - ページ送りナビのulタグliタグが抜けているところがある)

関連して、スマートフォンで表示が崩れないようにCSSも変更

File:
1 edited

Legend:

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

    r20764 r20915  
    433433/*商品一覧ページ 
    434434-----------------------------------------------*/ 
     435.navi{ 
     436border: none; 
     437font-family:monospace; 
     438font-size:18px; 
     439} 
     440 
    435441.navi li { 
    436442width:100%; 
    437443display:inline; 
     444padding: 0px; 
     445border-top: none; 
     446} 
     447 
     448.navi li a{ 
     449display:inline; 
     450color:#3399CC; 
     451font-weight:normal; 
     452text-decoration:underline; 
     453} 
     454 
     455.navi li strong{ 
     456color:#000000; 
    438457} 
    439458 
Note: See TracChangeset for help on using the changeset viewer.