/[suikacvs]/markup/slide/implementation/xhtml2.css
Suika

Contents of /markup/slide/implementation/xhtml2.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download) (as text)
Mon Jan 26 09:26:48 2004 UTC (22 years, 6 months ago) by wakaba
Branch: MAIN
File MIME type: text/css
*** empty log message ***

1 wakaba 1.1 @charset 'iso-2022-jp';
2     @namespace h 'http://www.w3.org/2002/06/xhtml2';
3    
4     /* Meta informations */
5     h|head {
6     display: none;
7     }
8    
9     /* Headings */
10     h|h {
11     display: block;
12     font-weight: bolder;
13     }
14    
15     /* List */
16     h|ul, h|nl {
17     display: block;
18     margin-top: 1em; margin-bottom: 1em;
19     list-style-item: disc;
20     }
21     h|ul h|ul, h|nl h|ul, h|ul h|nl, h|nl h|nl {
22     margin-top: 0;
23     margin-bottom: 0;
24   &n