View Single Post
Old 09-12-2019, 03:51 AM   #13
elipsett
Member
elipsett began at the beginning.
 
elipsett's Avatar
 
Posts: 15
Karma: 10
Join Date: Jul 2013
Location: Kumamoto, Japan
Device: Kindle, MacOS, Win7
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;
}
elipsett is offline   Reply With Quote