Quote:
Originally Posted by mark_e_h
I think I was just trying different numbers to see if anything made a difference.
All numbers were treated the same way - they were ignored.
Other format items (margins, for instance) actually made a difference.
.
|
You might want to set all of your CSS at !important. It should be able to override the book's CSS
Code:
body {
line-height: 5.0; !important
}