Getting rid of serendipitySideBarItem padding?
Posted: Wed Aug 06, 2008 1:15 pm
For some of my HTML nuggets I'd like to avoid the padding serendipitySideBarItem adds - instead, I want my nugget to fill whole column width.
What is the recommended method?
So far I hacked it using
.container_serendipity_html_nugget_plugin .serendipitySideBarContent {
padding: 0px;
}
but I am not really glad with that as I'd prefer to control it on per-nugget basis.... Maybe sidebar nuggets could be given some id or class?
What is the recommended method?
So far I hacked it using
.container_serendipity_html_nugget_plugin .serendipitySideBarContent {
padding: 0px;
}
but I am not really glad with that as I'd prefer to control it on per-nugget basis.... Maybe sidebar nuggets could be given some id or class?