Changeset 288
- Timestamp:
- 02/15/06 17:33:54 (3 years ago)
- Location:
- www
- Files:
-
- 2 modified
-
stylesheet.css (modified) (1 diff)
-
volunteer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
www/stylesheet.css
r287 r288 2 2 body { 3 3 font-family: Arial, Helvetica, sans-serif; 4 font-size: 1 1px;4 font-size: 10px; 5 5 font-style: normal; 6 } 7 8 h1 { 9 color: "#FF6B00"; 10 } 11 h2 { 12 color: "#FF6B00"; 13 } 14 h3 { 15 color: "#FF6B00"; 6 16 } 7 17 -
www/volunteer.php
r282 r288 12 12 </div> 13 13 14 < br><br><br><br><br><br><br><br><br>14 <div class="content"> 15 15 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> 16 34 17 35 <?php
