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
.layout-wt #content-inner { background-image: none; }
.widget { border-bottom: none; }
Reply
Reply
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
.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