View Single Post
Old 09-22-2010, 02:25 PM   #2815
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by krunk View Post
The documentation says extra_css should be placed in the <style></style> tags of the <head>. So I checked in output/index.html to be sure and nothing was placed their either.
AFAIK, it appears in stylesheet.css.

Quote:
Originally Posted by krunk View Post
The modified recipe looks like:

Code:
    extra_css = """
h1 {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:large;
}
"""
You need indents in the extra_css, just like elsewhere, or they'll get ignored.
Starson17 is offline