I was playing with the below code in style.css, when suddenly my entire 'troubled' child theme went missing from my ftp client... I've been working on this for ages and am a bit shocked (and of course this being my first time doing anything wordpress related I haven't backed up). Does anybody know how an entire folder can disappear like that? Or any idea how to get it back? this is what the page looks like now: http://troublingresearch.net/home/
any help would be massively appreciated, feeling very stupid at the moment
thanks
.nav-previous a,
.nav-previous a:hover{
margin-top:10px;
background: #5C9BD1 url(images/overlay.png) repeat-x;
display: inline-block;
padding: 5px 10px 6px;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
}
.nav-previous a:hover{
background-color: #2575cf;
color: #fff;
}