X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlphp%2Fsitestyle.css;h=027cef121d20608af33c5e70c9a48210f6950b60;hb=35e102fe570f040ffb392655a7ef9a736d161969;hp=d2944abddd6dcbc2b95c313a490ebf9d9d759b62;hpb=76672070188977e6ceb44388e59d67a8d5779f52;p=citadel.git diff --git a/ctdlphp/sitestyle.css b/ctdlphp/sitestyle.css index d2944abdd..027cef121 100644 --- a/ctdlphp/sitestyle.css +++ b/ctdlphp/sitestyle.css @@ -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; +}