Ignore:
Timestamp:
09/21/06 18:24:03 (18 years ago)
Author:
pinsard
Message:

remove format=raw in all html files 2+ : correction for all_plots; suppression of css and correction of Source links in idldoc html output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/all-files.html

    r189 r191  
    1818    <title>All Files</title> 
    1919     
    20     <style type="text/css"> 
    21        
    22 /* CSS for all files which appear in the "left frames" files. */ 
    23  
    24 a { text-decoration: none; } 
    25 a:link, a:visited { color: #330000; } 
    26 a:hover, a:focus {  
    27   color: #993333;  
    28   background: #FFFFCC;  
    29   border-bottom: 1px dashed #303099;  
    30 } 
    31  
    32 body { 
    33   margin: 0; 
    34   padding: 0; 
    35   font-size: 10pt; 
    36   background-color: #FFFFFF; 
    37   font-family: Arial, Helvetica, sans-serif; 
    38 } 
    39  
    40 #container { 
    41   margin: 0.5em; 
    42 } 
    43  
    44 ul { 
    45   list-style-type: none; 
    46   padding-left: 0; 
    47   margin: 0 0 0 0; 
    48   font-size: 90%; 
    49 } 
    50  
    51 h1 { 
    52   margin: 0 ; 
    53   padding: 0.5em 0 0.5em 0; 
    54   font-size: 90%; 
    55   font-weight: bold; 
    56 } 
    57  
    58 #tagline { 
    59   font-size: 75%; 
    60   font-weight: lighter; 
    61   color: #606060; 
    62 } 
    63  
    64     </style> 
     20    <link rel="stylesheet" type="text/css" href="listings.css" /> 
    6521     
    6622  </head> 
Note: See TracChangeset for help on using the changeset viewer.