mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
New: Ability, Adventuring Company, Alchemy, Archetype, Career, Character Creation, Equipment, Markup, Mechanika, Monsternomicon, Organization, Race, Skill, Spell, Steamjack, Thrall
This commit is contained in:
commit
04d184a4db
38 changed files with 7579 additions and 0 deletions
16
static/stylesheets/content/lists.css
Normal file
16
static/stylesheets/content/lists.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
section.content > ol,
|
||||
section.content > ul {
|
||||
margin: 1.8em 0; }
|
||||
section.content ol,
|
||||
section.content ul {
|
||||
padding-left: 2em; }
|
||||
section.content > ol {
|
||||
list-style-type: decimal; }
|
||||
section.content > ol ol,
|
||||
section.content > ul ol {
|
||||
list-style-type: lower-roman; }
|
||||
section.content > ul {
|
||||
list-style-type: disc; }
|
||||
section.content > ol ul,
|
||||
section.content > ul ul {
|
||||
list-style-type: square; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue