summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base')
-rw-r--r--gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base16
1 files changed, 16 insertions, 0 deletions
diff --git a/gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base b/gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base
new file mode 100644
index 00000000..8457b0b8
--- /dev/null
+++ b/gstudio/static/gstudio/js/Gnowmacs/test/dl/new-theme/.svn/text-base/dlconsole.css.svn-base
@@ -0,0 +1,16 @@
+html, body { margin: 0; padding: 0; background-color: #ffee99; color: #000; }
+
+body, table { font: 13px tahoma,verdana,sans-serif; }
+
+.msg { margin: 0.5em; }
+
+.sep {
+ font-size: 1px;
+ line-height: 1px;
+ overflow: hidden;
+ height: 1px;
+ margin: 6px 0;
+ background-color: #f00;
+}
+
+.current { background-color: #fe0; }