X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=nd.css;fp=nd.css;h=20c84de3b4628abda22b6123e96b1eebeaec1b38;hb=6c20d304218fc636a83b882fb5a47bac41ea5fb2;hp=787519e530560c4616af76f4b9e19eeda452d24d;hpb=d2b25d79058863d3604489e7a36d1c0d1a491b5c;p=ndwebbie.git diff --git a/nd.css b/nd.css index 787519e..20c84de 100644 --- a/nd.css +++ b/nd.css @@ -1,5 +1,5 @@ body { - padding-left: 14em; + padding-left: 15em; /*padding-right: 12em;*/ font-family: sans-serif; color: black; @@ -27,14 +27,23 @@ legend { padding: 1px; } table.boards td { - border-style: solid; - border-width: 1px; - padding: 1px; + /*border-style: solid; + border-width: 1px;*/ + padding: 2px; + border-collapse: separate; + border-spacing: 15pt; font-size: larger; } +table.boards{ + border-collapse: separate; + border-spacing: 5px; +} table.boards th { font-size: larger; } +table.boards tr.even { + background: white; +} fieldset.forum-post { width: 40em; }