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