diff options
author | deepa-chaudhari | 2015-06-02 22:34:08 +0530 |
---|---|---|
committer | deepa-chaudhari | 2015-06-02 22:34:08 +0530 |
commit | af0232ace0890ee6e8afc97c0fefd03a224c42bb (patch) | |
tree | 6ba0b57fe30456f26362a6713718280440f8c2d9 /Connections/Shear/Finplate/log.css | |
download | OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.tar.gz OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.tar.bz2 OsdagLive-af0232ace0890ee6e8afc97c0fefd03a224c42bb.zip |
Initial checkin
Diffstat (limited to 'Connections/Shear/Finplate/log.css')
-rw-r--r-- | Connections/Shear/Finplate/log.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Connections/Shear/Finplate/log.css b/Connections/Shear/Finplate/log.css new file mode 100644 index 0000000..098dafd --- /dev/null +++ b/Connections/Shear/Finplate/log.css @@ -0,0 +1,30 @@ +.INFO { + color: green; +} + +.WARNING { + color: orange; +} + + +.ERROR { + color: red; +} + + +.DEBUG { + color: blue; +} + + +.LOG span { + margin-right: 1em; +} + +.LOG { + clear:left; +} + +.DATE { + /*display:none;*/ +} |