Sidebar issue

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
Martin
Regular
Posts: 90
Joined: Mon Sep 27, 2004 1:30 am
Location: Oslo
Contact:

Sidebar issue

Post by Martin »

How would one go about making the .sidebarItem different for the left and right sidebar? Is it at all possible?

-m
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Sidebar issue

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply