summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/test/dl/css/dlconsole.css
blob: 8457b0b8e7f5becb2ec2b6f033f9a9e3e0310bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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; }