tiny changes, use unminified ck for dev
[gopost.git] / index.css
blobeb0c68e550fa79e6e11ec7f640287046e6549740
1 fieldset
3 margin: 0;
4 padding: 10px;
7 form
9 margin: 0;
10 padding: 0;
13 pre
15 background-color: #F7F7F7;
16 border: 1px solid #D7D7D7;
17 overflow: auto;
18 margin: 0;
19 padding: 0.25em;
22 #alerts
24 color: Red;
27 #footer hr
29 margin: 10px 0 15px 0;
30 height: 1px;
31 border: solid 1px gray;
32 border-bottom: none;
35 #footer p
37 margin: 0 10px 10px 10px;
38 float: left;
41 #footer #copy
43 float: right;
46 #outputSample
48 width: 100%;
49 table-layout: fixed;
52 #outputSample thead th
54 color: #dddddd;
55 background-color: #999999;
56 padding: 4px;
57 white-space: nowrap;
60 #outputSample tbody th
62 vertical-align: top;
63 text-align: left;
66 #outputSample pre
68 margin: 0;
69 padding: 0;
70 white-space: pre; /* CSS2 */
71 white-space: -moz-pre-wrap; /* Mozilla*/
72 white-space: -o-pre-wrap; /* Opera 7 */
73 white-space: pre-wrap; /* CSS 2.1 */
74 white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
75 word-wrap: break-word; /* IE */