handle require_once and include_once, allow single quotes
[old-projects.git] / depview / depview.css
1 /* text definitions */
2 body {
3 font-family: Arial,Helvetica,sans-serif;
4 }
5
6 /* table definitions */
7 tr.dead {
8 background-color: red;
9 }
10
11 tr.image {
12 background-color: yellow;
13 }
14
15 tr.include {
16 background-color: #00bbff;
17 }
18
19 tr.page {
20 background-color: #00ffbb;
21 }
22
23 tr.current {
24 background-color: yellow;
25 }