Ignore:
Timestamp:
06/14/06 14:54:32 (18 years ago)
Author:
pinsard
Message:

modification of savesaxo.sh to fix ticket 17

File:
1 edited

Legend:

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

    r97 r109  
    1818    <title>All Files</title> 
    1919     
    20     <link rel="stylesheet" type="text/css" href="listings.css" /> 
     20    <style type="text/css"> 
     21       
     22/* CSS for all files which appear in the "left frames" files. */ 
     23 
     24a { text-decoration: none; } 
     25a:link, a:visited { color: #330000; } 
     26a:hover, a:focus {  
     27  color: #993333;  
     28  background: #FFFFCC;  
     29  border-bottom: 1px dashed #303099;  
     30} 
     31 
     32body { 
     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 
     44ul { 
     45  list-style-type: none; 
     46  padding-left: 0; 
     47  margin: 0 0 0 0; 
     48  font-size: 90%; 
     49} 
     50 
     51h1 { 
     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> 
    2165     
    2266  </head> 
Note: See TracChangeset for help on using the changeset viewer.