Ignore:
Timestamp:
2011/07/31 15:25:24 (13 years ago)
Author:
Seasoft
Message:

#1294 (ソースを読みやすくする)

File:
1 edited

Legend:

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

    r21075 r21081  
    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%;*/ 
     4    margin: 0; 
     5    padding: 0; 
     6    /*font-size: 100%;*/ 
    77} 
    88body { 
    9 line-height: 1.0; 
    10 -webkit-text-size-adjust: none; 
     9    line-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; 
     14    display:block; 
    1515} 
    1616address,caption,cite,code,dfn,em,strong,th,var { 
    17 font-style: normal; 
     17    font-style: normal; 
    1818} 
    1919img{ 
    20 border: 0; 
    21 vertical-align: bottom; 
     20    border: 0; 
     21    vertical-align: bottom; 
    2222} 
    2323img a{ 
    24 border:0; 
    25 text-decoration:none; 
     24    border:0; 
     25    text-decoration:none; 
    2626} 
    2727ul, ol { 
    28 list-style: none; 
     28    list-style: none; 
    2929} 
    3030a { 
    31 margin:0; 
    32 padding:0; 
    33 font-size:100%; 
    34 vertical-align:baseline; 
    35 background:transparent; 
     31    margin:0; 
     32    padding:0; 
     33    font-size:100%; 
     34    vertical-align:baseline; 
     35    background:transparent; 
    3636} 
    3737table { 
    38 border-collapse:collapse; 
    39 border-spacing:0; 
     38    border-collapse:collapse; 
     39    border-spacing:0; 
    4040} 
    4141input, select { 
    42 vertical-align:middle; 
    43 font-size:100%; 
     42    vertical-align:middle; 
     43    font-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; 
     47    display:block; 
     48    height:1px; 
     49    border:0;    
     50    border-top:1px solid #cccccc; 
     51    margin:1em 0; 
     52    padding:0; 
    5353} 
    54  
Note: See TracChangeset for help on using the changeset viewer.