Fixes sent to tor-assistants (adding project to side nav and making the project title underlined), but only for arm. I guess phobos or the project owners can apply the patch for the others.
Damian Johnson

Damian Johnson commited on 2010-11-05 04:15:51
Zeige 3 geänderte Dateien mit 10 Einfügungen und 3 Löschungen.

... ...
@@ -91,6 +91,10 @@ ul { list-style: outside square; }
91 91
 	margin: 2px 0 5px;
92 92
 }
93 93
 
94
+.nounderline {
95
+  text-decoration: none;
96
+}
97
+
94 98
 /* NAVIGATION ------------*/
95 99
 
96 100
 #nav ul { font-size: 1.167em; }
... ...
@@ -37,8 +37,8 @@ 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">ARM</div>
41
-          <p>ARM is a terminal status monitor for Tor, intended for
40
+          <div class="name"><a class="nounderline" href="<page projects/arm>">Arm</a></div>
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
44 44
           Tor's resource utilization and state.  <a href="<page projects/arm>">Learn
... ...
@@ -41,6 +41,9 @@
41 41
               {'url'  => 'projects/sampleproject',
42 42
                'txt'  => 'SampleProject',
43 43
               }]
44
-          }]
44
+          },
45
+          {'url'  => 'projects/arm',
46
+           'txt'  => 'Arm'}
47
+          ]
45 48
         }];
46 49
 :>
47 50