Folks,
First, I'm very sorry to put this report in the wrong Project (if I did).
Anyway, there is a small bug in the Garland theme "print.css" file on line 22:
body.sidebars, body.sideber-left, body.sidebar-right, body {
"sidebar" is misspelled in the second selector.
Fix:
body.sidebars, body.sidebar-left, body.sidebar-right, body {
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | print.css_.patch | 479 bytes | rolodmonkey |
Comments
Comment #1
rolodmonkey commentedPatch...
Comment #2
damien tournoud commentedThis has been fixed somewhere down the line in D7. Let's get this in for D6.
Comment #3
gábor hojtsyThanks, committed.