get rid of the non-existing div underlines, close the correct number of div tags.
Andrew Lewman

Andrew Lewman commited on 2011-01-27 08:07:04
Zeige 1 geänderte Dateien mit 1 Einfügungen und 4 Löschungen.

... ...
@@ -61,12 +61,10 @@ href="<page download/download>#warning">full list of warnings</a>.
61 61
 </div>
62 62
 <!-- END TEASER WARNING -->
63 63
 
64
-<div class="underline"></div>
65 64
 <div class="nb">
66 65
 <p>Need more download options?  <a href="<page download/download>">See advanced choices</a>.</p>
67 66
 </div>
68 67
 
69
-<div class="underline"></div>
70 68
 <div class="nb">
71 69
 <p>Verify the signatures for the downloads above (<a href="<page docs/verifying-signatures>">How?</a>):</p>
72 70
   <ul>
... ...
@@ -83,12 +81,10 @@ signature</a></li>
83 81
   </ul>
84 82
 </div>
85 83
 
86
-<div class="underline"></div>
87 84
 <div class="nb">
88 85
 <p>Interested in <a href="<page about/overview>">learning more about Tor in general</a>?</p>
89 86
 </div>
90 87
 
91
-<div class="underline"></div>
92 88
 <div class="nb">
93 89
 <p>
94 90
 To keep informed of security advisories and new stable releases, subscribe
... ...
@@ -101,6 +97,7 @@ the list's RSS feed</a>.
101 97
 </div>
102 98
 
103 99
 <p>All trademarks are the property of their respective owners.</p>
100
+</div>
104 101
 </div><!-- #main -->
105 102
 
106 103
 #include <foot.wmi>
107 104