source: branches/version-2_11-dev/html/user_data/packages/sphone/css/set.css @ 21093

Revision 21093, 927 bytes checked in by 468, 13 years ago (diff)

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

  • Property svn:mime-type set to text/plain
Line 
1@charset "utf-8";
2html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
3header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
4margin: 0;
5padding: 0;
6/*font-size: 100%;*/
7}
8body {
9line-height: 1.0;
10-webkit-text-size-adjust: none;
11}
12article,aside,canvas,details,figcaption,figure,
13footer,header,hgroup,menu,nav,section,summary {
14display:block;
15}
16address,caption,cite,code,dfn,em,strong,th,var {
17font-style: normal;
18}
19img{
20border: 0;
21vertical-align: bottom;
22}
23img a{
24border:0;
25text-decoration:none;
26}
27ul, ol {
28list-style: none;
29}
30a {
31margin:0;
32padding:0;
33font-size:100%;
34vertical-align:baseline;
35background:transparent;
36}
37table {
38border-collapse:collapse;
39border-spacing:0;
40}
41input, select {
42vertical-align:middle;
43font-size:100%;
44}
45
46hr {
47display:block;
48height:1px;
49border:0;   
50border-top:1px solid #cccccc;
51margin:1em 0;
52padding:0;
53}
54
Note: See TracBrowser for help on using the repository browser.