Forgot to mention.
The simple test file used above shows the following in the CSS file, and also works just fine. It's essentially the same as the publisher-generated retail versions I checked.
body {
margin-left: 1em;
margin-right: 1em;
writing-mode:tb-rl;
-webkit-writing-mode: vertical-rl;
-webkit-writing-mode: vertical-rl; (any reason why this line is here twice?)
line-break: normal;
-epub-line-break: normal;
-webkit-line-break: normal;
}
|