/[suikacvs]/webroot/s/default/xhtml1.css
Suika

Diff of /webroot/s/default/xhtml1.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Sun Jul 20 07:03:18 2003 UTC revision 1.3 by wakaba, Sun Oct 24 23:55:03 2004 UTC
# Line 35  p { Line 35  p {
35          display: block;          display: block;
36          text-indent: 1em;          text-indent: 1em;
37          margin: 0 1em;          margin: 0 1em;
38            text-align: justify;
39    }
40    
41    ul, ol, dl {
42            display: block;
43            margin: 1em;
44            padding: 0;
45    }
46    
47    dt, li {
48            display: list-item;
49            margin-left: 1em;
50            padding-left: 0.5em;
51            list-style: disc;
52    }
53    dt dt, li li {
54            list-style: square;
55    }
56    dd {
57            display: block;
58            margin-left: 3em;
59            padding-left: 0;
60    }
61    
62    li:first-child:last-child {
63            list-style: disc;
64  }  }
65    
66  blockquote {  blockquote {
67          display: block;          display: block;
68  }  }
69    
70  code.uri {  code {
71            font-family: "Courier New", "Courier", monospace;
72            letter-spacing: 0.1em;
73    }
74    
75    code.uri, code.mail {
76          font-size: smaller;          font-size: smaller;
77            font-style: italic;
78            font-family: "Times New Roman", "Times", serif;
79  }  }
80  code.math {  code.math {
81            font-family: "Times New Roman", "Times", serif;            font-family: "Times New Roman", "Times", serif;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24