Parent Directory
|
Revision Log
++ ChangeLog 4 Nov 2007 09:14:24 -0000 2007-11-04 Wakaba <wakaba@suika.fam.cx> * cc-interface.en.html (i): |text/cache-manifest| is added. * cc-style.css: New rules for manifest dump. * cc.cgi: Support for |text/cache-manifest|. * error-description-soruce.en.xml (#cache-manifest-errors): New section.
| 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 | 1.5 | h1 { |
| 19 | font-weight: bolder; | ||
| 20 | font-family: sans-serif; | ||
| 21 | font-size: 180%; | ||
| 22 |