[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r23752: {website} revert atagar's typography.css change, don't hyper link the (in website/trunk: css projects/en)
Author: phobos
Date: 2010-11-05 03:56:39 +0000 (Fri, 05 Nov 2010)
New Revision: 23752
Modified:
website/trunk/css/typography.css
website/trunk/projects/en/projects.wml
website/trunk/projects/en/sidenav.wmi
Log:
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.
Modified: website/trunk/css/typography.css
===================================================================
--- website/trunk/css/typography.css 2010-11-05 03:15:51 UTC (rev 23751)
+++ website/trunk/css/typography.css 2010-11-05 03:56:39 UTC (rev 23752)
@@ -91,10 +91,6 @@
margin: 2px 0 5px;
}
-.nounderline {
- text-decoration: none;
-}
-
/* NAVIGATION ------------*/
#nav ul { font-size: 1.167em; }
Modified: website/trunk/projects/en/projects.wml
===================================================================
--- website/trunk/projects/en/projects.wml 2010-11-05 03:15:51 UTC (rev 23751)
+++ website/trunk/projects/en/projects.wml 2010-11-05 03:56:39 UTC (rev 23752)
@@ -37,7 +37,7 @@
getting into configuration files and code. <a href="<page projects/vidalia>">Learn more »</a></p>
</td>
<td>
- <div class="name"><a class="nounderline" href="<page projects/arm>">Arm</a></div>
+ <div class="name">Arm</div>
<p>Arm is a terminal status monitor for Tor, intended for
command-line aficionados and ssh connections. This functions much
like top does for system usage, providing real time information on
Modified: website/trunk/projects/en/sidenav.wmi
===================================================================
--- website/trunk/projects/en/sidenav.wmi 2010-11-05 03:15:51 UTC (rev 23751)
+++ website/trunk/projects/en/sidenav.wmi 2010-11-05 03:56:39 UTC (rev 23752)
@@ -37,9 +37,6 @@
},
{'url' => 'https://check.torproject.org',
'txt' => 'TorCheck',
- },
- {'url' => 'projects/sampleproject',
- 'txt' => 'SampleProject',
}]
},
{'url' => 'projects/arm',