GNOME Bugzilla – Bug 782886
Add basic style configuration to the widget to change margin, font-size and line-height
Last modified: 2017-05-21 09:43:34 UTC
It could be great to be able to change some styles in the book to make it more accesible so we can force the book margin, font-size and line-height, some simple general css to apply to all html loaded, configurable in the widget with properties, getters and setters.
Created attachment 352260 [details] [review] Added custom font-size and line-height modifiers I've added font size and line height methods to be able to modify this properties in the book. If we set to 0, this properties doesn't change in the book styles, but if we set to a valid number we'll force our styles.
Attachment 352260 [details] pushed as add069a - Added custom font-size and line-height modifiers