Skip to content

Instantly share code, notes, and snippets.

@bmaupin
Last active October 4, 2021 19:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bmaupin/79548322b09fb3f38c61c858bf5bb11f to your computer and use it in GitHub Desktop.
Save bmaupin/79548322b09fb3f38c61c858bf5bb11f to your computer and use it in GitHub Desktop.
Kobo support

CSS

Not supported

position: absolute

I tried this to vertically center an image (https://stackoverflow.com/a/11716065/399105) , and it did not appear to work.

text-transform: uppercase;

This seems to have no effect. Instead make the text upper-case.

white-space: nowrap;

This seems to be ignored. Use non-breaking spaces ( ) instead.

Unicode

Not supported

22C5 (), 2E31 ()

Use 2022, 00B7, or 22C5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment