daveb
committed
on 06 Sep 06
Link to admin page for dotlrn-catalog categories
openacs-4/.../resources/bug-tracker.css (+1 -1)
1 1 a.bt_navbar {
2 2   color: white;
3 3 }
4 4 a.bt_navbar:visited {
5 5   color: white;
6 6 }
7 7 a.bt_navbar:hover {
8 8   color: white;
9 9   text-decoration: underline;
10 10 }
11 11 input.bt_navbar {
12 12   font-family: tahoma,verdana,arial,helvetica;
13 13   font-weight: bold;
14 14   font-size: 80%;
15 15   color: black;
16 16 }
17 17
18 18 .bt_navbar {
19 19   font-family: tahoma,verdana,arial,helvetica;
20     font-size: 80%;
  20   font-size: 90%;
21 21   font-weight: bold;
22 22   color: #ccccff;
23 23   text-decoration: none;
24 24 }
25 25
26 26 .bt_summary {
27 27   font-size: 70%;
28 28   font-family: verdana,arial,helvetica;
29 29 }
30 30 .bt_summary_header {
31 31   font-size: 70%;
32 32   font-family: verdana,arial,helvetica;
33 33   font-weight: bold;
34 34 }
35 35 .bt_summary_section {
36 36   font-size: 70%;
37 37   font-family: verdana,arial,helvetica;
38 38   font-weight: bold;
39 39   background-color: #bbbbff;
40 40   padding-left: 4px;