CSS wont update sidebar?
-
Hey all.
So im setting up a site for my minecraft server and I found a nice template to use.I have done some slight tweeking to it to make it work better for me but I have noticed that I cant change any of the sidebar colors?
I have updated every setting I can find in CSS file but nothing seems to update it.
Heres my site
https://minecraft.pomtom.co.nzand heres my CSS code for the sidebar:
/* sidebar */div#sidebar {
float: left;
width: 224px;
margin-left: -226px;
margin-top: 30px;
border-left: 1px solid #FFF;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
background: url(https://4photos.net/photosv5/white_paper_1345139608.jpg) top left repeat-x;
border-top-right-radius: 3px 3px;
}ul.item-list li {
border-bottom: 1px solid #FFFFFF;
background:#CCCCCC;
padding: 15px 0;
margin: -5px -20px 0 -19px;
position: relative;
}div.item {
background:#CCCCCC;
}span.activity, div#message p {
background: none repeat scroll 0 0 #FFFFFF;
border-bottom: 1px solid #FFE8C4;
border-radius: 3px 3px 3px 3px;
border-right: 1px solid #FFE8C4;
color: black;
display: inline-block;
font-size: 12px;
font-weight: normal;
font-color: black;
margin-top: 6px;
padding: 1px 8px;
text-decoration: none;
}
- The topic ‘CSS wont update sidebar?’ is closed to new replies.