PDA

View Full Version : Annoying white lines..


Aasixx
08-26-2012, 03:38 PM
How do I get rid of the white lines on the sidebar? I looked in my style-city.css and couldn't find anything. I even looked in functions/funtions.php under ()siderbar but couldn't find where I could get rid of them. Here's what I am talking about:
http://i49.tinypic.com/2d6my3t.png

the white lines I have circled with the red.

thanks!

Tequila
08-26-2012, 05:34 PM
It's in the css. ;3
Find:
#menu a {
margin:auto 10px;
display: block;
border-bottom: 1px solid #CCC;
padding: 2px;
padding-left: 10px;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}

#menu a:hover {
background-color: #91C7F5;
color: #fff;
}
and replace with:

#menu a {
margin:auto 10px;
display: block;
padding: 2px;
padding-left: 10px;
text-transform: uppercase;
font-size: 7.5pt;
letter-spacing: 1px;
}

#menu a:hover {
background-color: #91C7F5;
color: #fff;
}

Aasixx
08-26-2012, 05:48 PM
Yay! Thank you so much. I can't believe I over-looked the most obvious place. XD

Tequila
08-26-2012, 06:13 PM
'Sokay. ;3 I really don't design my themes to work with images instead of text. ;3 I really should look into that. ;3

Wait to you see the new one I'm working on. ;3

Aasixx
08-26-2012, 06:30 PM
I'm definitely excited for the new script release. :)

Tequila
08-26-2012, 07:19 PM
So am I! :happycbig: