diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-13 11:54:58 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-13 11:54:58 +0200 |
commit | b611c4a669dfe1cfca1be1fbd1a14635ada60803 (patch) | |
tree | e2adf6cf6045ff43473b735d2e15535bd35db344 | |
parent | 87136901939136c5fa85f6e087ee65fedc628fb0 (diff) | |
download | rooter_wiki-b611c4a669dfe1cfca1be1fbd1a14635ada60803.tar.gz rooter_wiki-b611c4a669dfe1cfca1be1fbd1a14635ada60803.zip |
fix ul margins
-rw-r--r-- | _custom.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_custom.css b/_custom.css index ec5b305..d4e1cb5 100644 --- a/_custom.css +++ b/_custom.css @@ -5,4 +5,4 @@ table.gridded {border: 1px solid black; border-collapse: collapse; border-spacing:2px;} table.gridded th, td {border-width: 1px; border-style: inset; border-color: gray; padding: 2px;} - +ul, ol, dl { margin: 0em 1em 0em 2em; } |