-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from AppalachianSoftworks/master
auto merge
- Loading branch information
Showing
3 changed files
with
1,341 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
||
} |
Oops, something went wrong.