Page 1 of 1

Sidebar issue

Posted: Tue Jan 04, 2005 7:22 pm
by Martin
How would one go about making the .sidebarItem different for the left and right sidebar? Is it at all possible?

-m

Re: Sidebar issue

Posted: Tue Jan 04, 2005 8:02 pm
by garvinhicking
Since the left and right sidebar have their own CSS id ("#serendipityLeftSidebar" or something like that) you can style it with:

#serendipityLeftSidebar .sidebarItem {
}

and

#serendipityRightSidebar .sidebarItem {
}

Regards,
Garvin