]> ruin.nu Git - ndwebbie.git/blobdiff - nd.css
minor ui tweaks
[ndwebbie.git] / nd.css
diff --git a/nd.css b/nd.css
index 92cb57411a532251bed7818665a6a0295c406247..20c84de3b4628abda22b6123e96b1eebeaec1b38 100644 (file)
--- 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;
@@ -26,6 +26,30 @@ legend {
        border-width: 1px;
        padding: 1px;
 }
+table.boards td {
+       /*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;
+}
+fieldset.forum-post legend b {
+       font-size: larger;
+}
 div.leftinfo{
        float: left;
        padding-right: 2em;