View Single Post
Old 11-30-2015, 03:17 AM   #14
rubeus
Banned
rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.rubeus ought to be getting tired of karma fortunes by now.
 
Posts: 272
Karma: 1224588
Join Date: Sep 2014
Device: Sony PRS 650


But i have a small bug. Well, a very small bug., Its so small, its not really a bug.


Internal stylesheets like
Code:
<style>
  body {...}
  b {}
</style>
are reformatted to

Code:
<style>        body {...}
  b {}
</style>
It does not invalidate the book, it does not crash, its syntactically completly ok.
Just want to mention it.

I'm using internal stylesheets for pages containing only one picture embedded in an svg element.
rubeus is offline   Reply With Quote