Added Resources list and links.

This commit is contained in:
phil 2013-06-30 17:37:53 +02:00
parent 626bdde758
commit fe9c99cae9
18 changed files with 1513 additions and 962 deletions

View file

@ -8,6 +8,10 @@ section.content > table.left {
float: left;
margin-left: 0;
margin-right: 1em; }
section.content > table.text-left {
text-align: left; }
section.content > table.text-right {
text-align: right; }
section.content > table {
margin: 0.5em auto 1em auto;
text-align: center;