Changeset 1625

Show
Ignore:
Timestamp:
02/03/05 15:51:40 (4 years ago)
Author:
karman
Message:

minor fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/src/support.html

    r1617 r1625  
    2323<a href='http://www.catb.org/~esr/faqs/smart-questions.html'>these good guidelines</a> 
    2424before sending mail to the list. 
    25 Read [% link_to_page('install#When%20posting,%20please%20provide%20the%20following%20information:', 'these important tips') %] 
     25Read [% link_to_page('install#When_posting_please_provide_the_following_information_', 'these important tips') %] 
    2626if you want effective and speedy help. 
    2727</p> 
  • trunk/swish_website/src/swish.css

    r1621 r1625  
    318318} 
    319319 
     320 
    320321/* TOC at top of each POD page */ 
    321322ul.toc li { 
    322323  padding: 0 0 0 0; 
    323   line-height: 0; 
    324 
    325  
    326 /* For the main TOC (with the OVERVIEW summary) add space at the end */ 
    327 ul.toc li.top-level { 
    328   margin-bottom: 3em; 
    329 
    330  
    331  
    332 /* must be a better way to do leading than line-height 
    333 (thus necessitating turning it off and on) */ 
    334  
    335 ul.toc div, p, blockquote { line-height: 1; } 
     324  margin-left: 12pt; 
     325  margin-top: 0; 
     326  margin-bottom: 0; 
     327
    336328 
    337329ul.toc li a {