Skip to content

Commit

Permalink
Merge pull request #9 from AppalachianSoftworks/master
Browse files Browse the repository at this point in the history
auto merge
  • Loading branch information
rvadad committed Mar 1, 2016
2 parents 43d8896 + e16f5b9 commit 4d5635b
Show file tree
Hide file tree
Showing 3 changed files with 1,341 additions and 0 deletions.
49 changes: 49 additions & 0 deletions css/ie6.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
/** Website template by freewebsitetemplates.com **/



#body #content .content ul.articles li a.heart{

margin-top:0px;
_background-position: 5px -354px;
}


#body #content .content ul.articles li a.facebook{

margin-top:0px;
_background-position: 0 -104px;
}

#body #content .content ul.articles li a.twitter{
background-position: 0 -514px;
margin-top:0px;
}



#body #content .content ul.articles li a.twitter{

height:20px;
}



#body #content #sidebar div#section div div ul.archive li ul{

margin:0 0 50px -20px;
padding-left:40px;

}

#body #content #sidebar div#section div div ul.archive li ul li a{

line-height:30px;

}

#footer .section ul li h2{

margin:30px 0 -20px 0;

}
50 changes: 50 additions & 0 deletions css/ie7.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
/** Website template by freewebsitetemplates.com **/
#body #content .content ul.articles li a.heart{

margin-top:-30px;
}


#body #content .content ul.articles li a.facebook{

margin-top:-30px;

}

#body #content .content ul.articles li a.twitter{

margin-top:-30px;
}


#body #content #sidebar div#section div div ul{

margin-left:50px;

}


#body #content #sidebar div#section div div ul.archive li ul li{

height:0px;

}

#body #content #sidebar div#section div div ul.archive li ul{

margin:0 0 50px -20px;
padding-left:40px;

}

#body #content #sidebar div#section div div ul.archive li ul li a{

line-height:30px;

}

#footer .section ul li h2{

margin:30px 0 -20px 0;

}
Loading

0 comments on commit 4d5635b

Please sign in to comment.