Changeset 1625
- Timestamp:
- 02/03/05 15:51:40 (4 years ago)
- Files:
-
- trunk/swish_website/src/support.html (modified) (1 diff)
- trunk/swish_website/src/swish.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/src/support.html
r1617 r1625 23 23 <a href='http://www.catb.org/~esr/faqs/smart-questions.html'>these good guidelines</a> 24 24 before sending mail to the list. 25 Read [% link_to_page('install#When %20posting,%20please%20provide%20the%20following%20information:', 'these important tips') %]25 Read [% link_to_page('install#When_posting_please_provide_the_following_information_', 'these important tips') %] 26 26 if you want effective and speedy help. 27 27 </p> trunk/swish_website/src/swish.css
r1621 r1625 318 318 } 319 319 320 320 321 /* TOC at top of each POD page */ 321 322 ul.toc li { 322 323 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 } 336 328 337 329 ul.toc li a {
