summaryrefslogtreecommitdiff
path: root/Connections/Shear/Finplate/log.css
blob: 098dafd445f7d50509285aeb3311f74a87350874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
.INFO  {
	color: green;
}

.WARNING {
	color: orange;
}


.ERROR {
	color: red;
}


.DEBUG {
	color: blue;
}


.LOG span {
	margin-right: 1em;
}

.LOG {
	clear:left;
}

.DATE {
	/*display:none;*/
}