Can create Sections inside of editor
[booki.git] / site_media / css / booki.css
blob9115390c8fdddd9144698bd3c98a66454a0d1702
1 BODY {
2 font-family: Verdana;
3 font-size: 12px;
6 #content {
7 width: 900px;
8 border: 1px solid #c0c0c0;
9 padding: 5px;
12 #bookidebug {
16 #bookidebug .header {
17 padding-bottom: 5px;
18 margin-bottom: 5px;
19 border-bottom: 1px solid #c0c0c0;
22 #bookidebug .content {
23 overflow: scroll;
24 height: 300px;
27 #bookidebug .debug {
28 color: #d0d0d0;
31 #bookidebug .info {
32 color: green;
35 #bookidebug .warning {
36 color: red;
39 #bookidebug .network {
40 color: blue;