revert atagar's typography.css change, don't hyper link the title of the proejcts, that's what "learn more" is for, remove the sample project link from the sidenav which doesn't work correctly anyway.
Andrew Lewman

Andrew Lewman commited on 2010-11-05 04:56:39
Zeige 3 geänderte Dateien mit 1 Einfügungen und 8 Löschungen.

... ...
@@ -91,10 +91,6 @@ ul { list-style: outside square; }
91 91
 	margin: 2px 0 5px;
92 92
 }
93 93
 
94
-.nounderline {
95
-  text-decoration: none;
96
-}
97
-
98 94
 /* NAVIGATION ------------*/
99 95
 
100 96
 #nav ul { font-size: 1.167em; }
... ...
@@ -37,7 +37,7 @@ see where your connections are in the world and configure Tor without
37 37
 getting into configuration files and code.  <a href="<page projects/vidalia>">Learn more &raquo;</a></p>
38 38
         </td>
39 39
         <td>
40
-          <div class="name"><a class="nounderline" href="<page projects/arm>">Arm</a></div>
40
+          <div class="name">Arm</div>
41 41
           <p>Arm is a terminal status monitor for Tor, intended for
42 42
           command-line aficionados and ssh connections. This functions much
43 43
           like top does for system usage, providing real time information on
... ...
@@ -37,9 +37,6 @@
37 37
               },
38 38
               {'url'  => 'https://check.torproject.org',
39 39
                'txt'  => 'TorCheck',
40
-              }, 
41
-              {'url'  => 'projects/sampleproject',
42
-               'txt'  => 'SampleProject',
43 40
               }]
44 41
           },
45 42
           {'url'  => 'projects/arm',
46 43