Ignore:
Timestamp:
2011/08/01 19:03:34 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版スタイルシート修正対応

File:
1 edited

Legend:

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

    r21081 r21093  
    22html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, 
    33header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav { 
    4     margin: 0; 
    5     padding: 0; 
    6     /*font-size: 100%;*/ 
     4margin: 0; 
     5padding: 0; 
     6/*font-size: 100%;*/ 
    77} 
    88body { 
    9     line-height: 1.0; 
    10     -webkit-text-size-adjust: none; 
     9line-height: 1.0; 
     10-webkit-text-size-adjust: none; 
    1111} 
    1212article,aside,canvas,details,figcaption,figure, 
    1313footer,header,hgroup,menu,nav,section,summary {  
    14     display:block; 
     14display:block; 
    1515} 
    1616address,caption,cite,code,dfn,em,strong,th,var { 
    17     font-style: normal; 
     17font-style: normal; 
    1818} 
    1919img{ 
    20     border: 0; 
    21     vertical-align: bottom; 
     20border: 0; 
     21vertical-align: bottom; 
    2222} 
    2323img a{ 
    24     border:0; 
    25     text-decoration:none; 
     24border:0; 
     25text-decoration:none; 
    2626} 
    2727ul, ol { 
    28     list-style: none; 
     28list-style: none; 
    2929} 
    3030a { 
    31     margin:0; 
    32     padding:0; 
    33     font-size:100%; 
    34     vertical-align:baseline; 
    35     background:transparent; 
     31margin:0; 
     32padding:0; 
     33font-size:100%; 
     34vertical-align:baseline; 
     35background:transparent; 
    3636} 
    3737table { 
    38     border-collapse:collapse; 
    39     border-spacing:0; 
     38border-collapse:collapse; 
     39border-spacing:0; 
    4040} 
    4141input, select { 
    42     vertical-align:middle; 
    43     font-size:100%; 
     42vertical-align:middle; 
     43font-size:100%; 
    4444} 
    4545 
    4646hr { 
    47     display:block; 
    48     height:1px; 
    49     border:0;    
    50     border-top:1px solid #cccccc; 
    51     margin:1em 0; 
    52     padding:0; 
     47display:block; 
     48height:1px; 
     49border:0;    
     50border-top:1px solid #cccccc; 
     51margin:1em 0; 
     52padding:0; 
    5353} 
     54 
Note: See TracChangeset for help on using the changeset viewer.