I have made some changes in css file and re upload it on server but it didn't reflect on server it show me old CSS.
for example I have added border as per below code
.ma-bestseller-sldier-title { padding: 0 0 0 50px; background: #f58634 url(../images/bg_featured.png) no-repeat left;border-bottom: 1px solid;border-color: #f58634;}
but when i use debugging tool i found it always take
.ma-bestseller-sldier-title { padding: 0 0 0 50px; background: #f58634 url(../images/bg_featured.png) no-repeat left;}
when i try to run css URL in browser , I got OLD css that i have deleted.