Parent Directory
|
Revision Log
*** 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 |