Hi, I am trying to change the stylesheet and somehow I deleted something on this line:
/****** BOTTOM CONTAINER *******/
#bottom {
background: #5DA192
font-size: 13px;
}
#bottom .container .top {
background: url(images/stripe.png) no-repeat 50% 0;
}
#bottom .container .top {
background: url(images/arrow-top.png) no-repeat 50% 0;
height: 9px;
clear: both;
padding-bottom: 10px;
}
#bottom .container .bottom {
background: url(images/arrow-bottom.png) no-repeat 50% 0;
height: 9px;
clear: both;
margin-bottom: -7px;
}
Can anyone send me the original code?
Thanks.