source: trunk/SRC/Documentation/idldoc_html_output/main_files_print.css @ 103

Last change on this file since 103 was 89, checked in by pinsard, 18 years ago

add idldoc html output. see Documentation/idldoc_html_output/index.html

File size: 464 bytes
Line 
1#navbar_title { 
2  background-color: #FFFFFF; 
3}
4
5#main_navbar td {
6  background: #FFFFFF;
7  border-top: 0.25em solid #FFFFFF;
8  border-bottom: 0.25em solid #FFFFFF;
9}
10
11#main_navbar td#selected {
12  background: #FFFFFF;
13  border-top: 0.25em solid #333399;
14  border-bottom: 0.25em solid #FFFFFF;
15}
16
17#main_navbar td#flexible {
18  background: #FFFFFF;
19  border-top: 0.25em solid #FFFFFF;
20  border-bottom: 0.25em solid #FFFFFF;
21}
22
23#secondary_navbar {
24  display: none;
25}
Note: See TracBrowser for help on using the repository browser.