mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Added Resources list and links.
This commit is contained in:
parent
626bdde758
commit
fe9c99cae9
18 changed files with 1513 additions and 962 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue