Ignore:
Timestamp:
2012/03/08 11:04:43 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/html/user_data/packages/default/css
Files:
2 edited

Legend:

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

    r21618 r21619  
    143143/* フォント 
    144144----------------------------------------------- */ 
    145 h1,h2,h3,h4,h5 { 
     145h1, 
     146h2, 
     147h3, 
     148h4, 
     149h5 { 
    146150    font-size: 100%; 
    147151    line-height: 150%; 
  • branches/version-2_12-dev/html/user_data/packages/default/css/reset.css

    r21616 r21619  
    44 ブラウザリセット 
    55************************************************ */ 
    6 html, body, div, span, applet, object, iframe, h1, h2, h3, 
    7 h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, 
    8 big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
    9 small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
    10 fieldset, form, label, legend, table, caption, tbody, tfoot, 
    11 thead, tr, th, td { 
     6html, 
     7body, 
     8div, 
     9span, 
     10applet, 
     11object, 
     12iframe, 
     13h1, 
     14h2, 
     15h3, 
     16h4, 
     17h5, 
     18h6, 
     19p, 
     20blockquote, 
     21pre, 
     22a, 
     23abbr, 
     24acronym, 
     25address, 
     26big, 
     27cite, 
     28code, 
     29del, 
     30dfn, 
     31em, 
     32font, 
     33img, 
     34ins, 
     35kbd, 
     36q, 
     37s, 
     38samp, 
     39small, 
     40strike, 
     41strong, 
     42sub, 
     43sup, 
     44tt, 
     45var, 
     46dl, 
     47dt, 
     48dd, 
     49ol, 
     50ul, 
     51li, 
     52fieldset, 
     53form, 
     54label, 
     55legend, 
     56table, 
     57caption, 
     58tbody, 
     59tfoot, 
     60thead, 
     61tr, 
     62th, 
     63td { 
    1264    margin: 0; 
    1365    padding: 0; 
     
    1567} 
    1668 
    17 table, caption, th, td { 
     69table, 
     70caption, 
     71th, 
     72td { 
    1873    margin: 0; 
    1974    padding: 0; 
     
    2681} 
    2782 
    28 a img, iframe { 
     83a img, 
     84iframe { 
    2985    border: none; 
    3086} 
    31 ol,ul,li { 
     87ol, 
     88ul, 
     89li { 
    3290    list-style: none; 
    3391} 
    3492 
    35 input, textarea, select, button { 
     93input, 
     94textarea, 
     95select, 
     96button { 
    3697    font-size: 100%; 
    3798    font-family: inherit; 
Note: See TracChangeset for help on using the changeset viewer.