Parent Directory
|
Revision Log
Yay! ruby-position: inline on ruby (not rt) removes entire magic in WinIE7
| 1 | <!DOCTYPE HTML> |
| 2 | <title>ruby-positon: inline and text-align</title> |
| 3 | <style> |
| 4 | ruby { |
| 5 | ruby-position: inline; |
| 6 | } |
| 7 | rt { |
| 8 | display: block; |
| 9 | width: 20em; |
| 10 | border: thin blue dotted; |
| 11 | text-align: center; |
| 12 | } |
| 13 | </style> |
| 14 | <p><ruby><rb>xxxxx</rb><rt>yyyyy</rt></ruby> |
| [email protected] | ViewVC Help |
| Powered by ViewVC 1.1.24 |