Parent Directory
|
Revision Log
++ ChangeLog 11 Dec 2008 05:09:03 -0000 * cc-about.en.html: Added links to Regexp modules. * cc-script.js: Adds a class name to |iframe| element used instead of XHR such that non-Ajax |iframe| element can be distinguished by style sheets. * cc-style.css: Displays non-Ajax |iframe| element. * error-description-source.en.xml: Added catalog entries for regexp graph sections. * standards.en.html: s/WDCC/WebHACC/g. Added a subsection on regular expressions. 2008-12-11 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/Language/ChangeLog 11 Dec 2008 05:11:06 -0000 * Table.pm: Bug fix: Subsections are no longer associated with tabs. * RegExpJS.pm: Implemented graphization of regular expressions. 2008-12-11 Wakaba <wakaba@suika.fam.cx> ++ html/WebHACC/ChangeLog 11 Dec 2008 05:10:00 -0000 * Output.pm (start_section): Don't output |script| element for tab control if not desired. 2008-12-11 Wakaba <wakaba@suika.fam.cx>
| 1 | wakaba | 1.1 | @import '/www/style/html/xoxo.css'; |
| 2 | |||
| 3 | wakaba | 1.2 | .section { |
| 4 | display: block; | ||
| 5 | margin: 1em; | ||
| 6 | border: #800080 1px solid; | ||
| 7 | padding: 0.5em 1em; | ||
| 8 | } | ||
| 9 | |||
| 10 | wakaba | 1.10 | dt, strong, th { |
| 11 | wakaba | 1.2 | font-weight: bolder; |
| 12 | font-family: sans-serif; | ||
| 13 | } | ||
| 14 | dt:after { | ||
| 15 | content: ":"; | ||
| 16 | } | ||
| 17 | |||
| 18 | wakaba |