Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Annoying white lines.. (http://www.mysidiaadoptables.com/forum/showthread.php?t=3812)

Aasixx 08-26-2012 03:38 PM

Annoying white lines..
 
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:
PHP Code:

#menu a {
margin:auto 10px;
displayblock;
border-bottom1px solid #CCC;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}

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


and replace with:
PHP Code:

#menu a {
margin:auto 10px;
displayblock;
padding2px;
padding-left10px;
text-transformuppercase;
font-size7.5pt;
letter-spacing1px;
}

#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:


All times are GMT -5. The time now is 12:59 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.