View Single Post
Old 01-09-2015, 12:50 PM   #1150
jgoguen
Generally Awesome Person
jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.jgoguen ought to be getting tired of karma fortunes by now.
 
Posts: 1,100
Karma: 2191133
Join Date: Jan 2013
Location: /dev/kmem
Device: Kobo Clara HD, Kindle Oasis
Yay inline CSS<!>

If you declare an external stylesheet and make sure it's the second-to-last stylesheet defined (since the user stylesheet should override this one) then you don't need to inline the CSS. There's an order of precedence for styles: external sheets (in document order), inline styles in the <head> in order, and styles on each tag.
jgoguen is offline   Reply With Quote