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 {

CommentFileSizeAuthor
#1 print.css_.patch479 bytesrolodmonkey

Comments

rolodmonkey’s picture

Version: 6.16 » 6.x-dev
Status: Active » Needs review
StatusFileSize
new479 bytes

Patch...

damien tournoud’s picture

Status: Needs review » Reviewed & tested by the community

This has been fixed somewhere down the line in D7. Let's get this in for D6.

gábor hojtsy’s picture

Status: Reviewed & tested by the community » Fixed

Thanks, committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.