Changeset 288

Show
Ignore:
Timestamp:
02/15/06 17:33:54 (3 years ago)
Author:
edmanm
Message:

Add some things that would be nice for others to do for us.

Location:
www
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • www/stylesheet.css

    r287 r288  
    22body { 
    33  font-family: Arial, Helvetica, sans-serif; 
    4   font-size: 11px; 
     4  font-size: 10px; 
    55  font-style: normal; 
     6} 
     7 
     8h1 { 
     9  color: "#FF6B00"; 
     10} 
     11h2 { 
     12  color: "#FF6B00"; 
     13} 
     14h3 { 
     15  color: "#FF6B00"; 
    616} 
    717 
  • www/volunteer.php

    r282 r288  
    1212</div> 
    1313 
    14 <br><br><br><br><br><br><br><br><br> 
     14<div class="content"> 
    1515 
     16<h2>Packaging</h2> 
     17<ul> 
     18  <li> 
     19    We could use some help making packages such as RPMs or Debian 
     20    packages. 
     21  </li> 
     22</ul> 
     23 
     24<h2>Documentation</h2> 
     25<ul> 
     26  <li> 
     27    We need more installation documentation. If you had trouble installing and 
     28    running Vidalia, let us know what you had to do to get it to work so 
     29    others can benefit, too. 
     30  </li> 
     31</ul> 
     32 
     33</div> 
    1634 
    1735<?php