Get rid of table border.
[bloggy.git] / default.css
blob7fce52b4fd53024c5c5da27a681de640a7972ce2
1 body {
2 background-color: #b4c9d5;
3 width: 85%;
4 margin-left: auto;
5 margin-right: auto;
6 text-align: justify;
9 input#posttitle, textarea#postbody {
10 border: thin solid black;
11 padding: 4px;
12 width: 80%;
15 textarea#postbody {
16 height: 32em;
19 table#postlist {
20 background-color: white;
21 width: 100%;
24 table#postlist, th {
25 border: thin solid black;
28 table#postlist, td {
29 border: thin solid black;
32 table#postlist, tr {
33 border: thin solid black;
36 .blogpost, #preview {
37 background-color: white;
38 border: medium dotted black;
39 padding-left: 1em;
40 padding-right: 1em;
41 margin-top: 1em;
42 margin-bottom: 1em;
45 #editingControls {
46 text-align: center;
49 #navigation {
50 text-align: center;