* added debug protocol flag
[citadel.git] / ctdlphp / sitestyle.css
index d2944abddd6dcbc2b95c313a490ebf9d9d759b62..027cef121d20608af33c5e70c9a48210f6950b60 100644 (file)
@@ -106,3 +106,21 @@ body>#Menu {width:8em;}
        font-size:small;
        text-indent: 0;
 }
+
+.ctdldbgRead {
+        color:#ff0000;
+       background-color:#eee;
+       border:1px dashed #999;
+       margin: 15px;
+       font-size:small;
+       text-indent: 0;
+}
+
+.ctdldbgWrite {
+        color:#0000ff;
+       background-color:#eee;
+       border:1px dashed #999;
+       margin: 15px;
+       font-size:small;
+       text-indent: 0;
+}