Sidebar dividers - SOLVED

Jun 06, 2007 21:39

I thought I saw a post asking about this, but I can't seem to find it. The 'hills' layout I have has blue divider lines between the modules in the sidebar and separating the sidebar and the main page. I really just want to make them all disappear. How do I do this?

Thanks.

sidebar:borders

Leave a comment

Comments 14

av8rmike June 6 2007, 21:34:08 UTC
No problem, I couldn't find it either.
.layout-wt #content-inner { background-image: none; }
.widget { border-bottom: none; }

Reply

springdaisyk June 7 2007, 05:55:13 UTC
Thank you!

Reply

arnogseel July 10 2007, 07:08:30 UTC
hi,

i've been wanting to ADD the divider lines for my sidebar (like a vertical one between the sidebar and my entries)? dashes, like this journal: http://chochajin.livejournal.com/

1. i did trial and error and played with the code a bit and was able to get dividers for my sidebar but still cannot seem to get the vertical one btwn my entry and my sidebar... help?

2. also, i would like the blue divider lines (that came with the layout) to disappear as it is now redundant with the dashes (that i like).

thank you for your code and thanks in advance for the help you will give!

Reply

av8rmike July 10 2007, 12:26:42 UTC
chochajin is using Flexible Squares, so it won't look quite the same. You should replace these lines in your CSS:
.layout-wt #content-inner { background-image: 1px dashed; }
.widget { border-bottom: 1px dashed; }
with these:
#alpha {border-left: 1px dashed #999;}
#beta {width: 189px;}
.widget-header {border-top: none;}
You can change the #999 to whatever color you want.

Reply


Leave a comment

Up