Parent Directory
|
Revision Log
Experimental WinIE implementation
| 1 | wakaba | 1.1 | @charset 'iso-2022-jp'; |
| 2 | |||
| 3 | /* Slideset (root element) */ | ||
| 4 | slides { | ||
| 5 | behavior: url(../implementation/slide-style-winie-slides.htc); | ||
| 6 | } | ||
| 7 | |||
| 8 | /* A slide */ | ||
| 9 | slide { | ||
| 10 | behavior: url(../implementation/xhtml2-winie.htc) | ||
| 11 | url(../implementation/slide-style-winie-slide.htc); | ||
| 12 | } | ||
| 13 | |||
| 14 | /* s|seqNo */ | ||
| 15 | seqNo { | ||
| 16 | behavior: url(../implementation/slide-style-winie-seqNo.htc); | ||
| 17 | } |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |