Various stylistic changes. Some sprinklings of CSS, although given its propensity...
[bloggy.git] / default.css
blobe8e10fdf45842c957ac24ac8b0602f2440ac8638
1 body {
2 width: 85%;
3 margin-left: auto;
4 margin-right: auto;
5 text-align: justify;
8 form {
9 text-align: center;
12 input#posttitle {
13 width: 80%;
16 textarea#postbody {
17 height: 340;
18 width: 80%;
21 table#postlist {
22 width: 100%;