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

@ -9,6 +9,7 @@ section.content > ol {
section.content > ol ol,
section.content > ul ol {
list-style-type: lower-roman; }
section.content > table ul,
section.content > ul {
list-style-type: disc; }
section.content > ol ul,

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;