X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;ds=sidebyside;f=nd.css;h=787519e530560c4616af76f4b9e19eeda452d24d;hb=d2b25d79058863d3604489e7a36d1c0d1a491b5c;hp=dde4cf75dae0a01dbad7e6e64701a34d87a25c91;hpb=870325485adff6e11c7d43fd9a3146f943ab735b;p=ndwebbie.git diff --git a/nd.css b/nd.css index dde4cf7..787519e 100644 --- a/nd.css +++ b/nd.css @@ -18,6 +18,29 @@ body { #rightbar{ right: 1em; } + +legend { + color: black; + background: white; + border-style: solid; + border-width: 1px; + padding: 1px; +} +table.boards td { + border-style: solid; + border-width: 1px; + padding: 1px; + font-size: larger; +} +table.boards th { + font-size: larger; +} +fieldset.forum-post { + width: 40em; +} +fieldset.forum-post legend b { + font-size: larger; +} div.leftinfo{ float: left; padding-right: 2em;