[or-cvs] r23257: {website} add dt and dd to the css typography, fix up volunteers and t (in website/branches/web20: about/en css)

Andrew Lewman andrew at torproject.org
Mon Sep 20 17:06:16 UTC 2010


Author: phobos
Date: 2010-09-20 17:06:16 +0000 (Mon, 20 Sep 2010)
New Revision: 23257

Modified:
   website/branches/web20/about/en/translators.wml
   website/branches/web20/about/en/volunteers.wml
   website/branches/web20/css/typography.css
Log:
add dt and dd to the css typography, fix up volunteers and translators
pages.


Modified: website/branches/web20/about/en/translators.wml
===================================================================
--- website/branches/web20/about/en/translators.wml	2010-09-20 16:59:09 UTC (rev 23256)
+++ website/branches/web20/about/en/translators.wml	2010-09-20 17:06:16 UTC (rev 23257)
@@ -12,8 +12,8 @@
 	<div id="maincol">
   	<h1>Translators</h1>
 <dl>
-<dt>Bogdan Drozdowski</dt><dd><a
-href="https://www.torproject.org/index.html.pl">Polish</a>.</dd>
+<dt>Bogdan Drozdowski</dt>
+<dd><a href="https://www.torproject.org/index.html.pl">Polish</a>.</dd>
 <dt>Tiago Faria</dt><dd>Portuguese.</dd>
 <dt>fredzupy</dt><dd><a
 href="https://www.torproject.org/index.html.fr">French</a>.</dd>

Modified: website/branches/web20/about/en/volunteers.wml
===================================================================
--- website/branches/web20/about/en/volunteers.wml	2010-09-20 16:59:09 UTC (rev 23256)
+++ website/branches/web20/about/en/volunteers.wml	2010-09-20 17:06:16 UTC (rev 23257)
@@ -115,7 +115,7 @@
 <dt>Aaron Turner</dt><dd> Contributed the first version of the tor.sh
 initscripts shell script.</dd>
 <dt>Stephen Tyree</dt><dd> Worked during Google Summer of Code 2009 to
-develop a plugin API for <a href="<page vidalia/index>">Vidalia</a>
+develop a plugin API for <a href="<page projects/vidalia>">Vidalia</a>
 and create a plugin to allow HerdictWeb integration, a project aiming
 at identifying website inaccessibility using user submissions.</dd>
 <dt>Camilo Viecco</dt><dd> Worked on

Modified: website/branches/web20/css/typography.css
===================================================================
--- website/branches/web20/css/typography.css	2010-09-20 16:59:09 UTC (rev 23256)
+++ website/branches/web20/css/typography.css	2010-09-20 17:06:16 UTC (rev 23257)
@@ -10,7 +10,7 @@
 	color: #1a1a1a;
 }
 
-h1, h2, h3, h4 {
+h1, h2, h3, h4, dt {
 	font-family: Georgia, "Times New Roman", Times, serif;
 	font-weight: bold;
 	color: #23300e;
@@ -32,7 +32,7 @@
 	margin-bottom: 10px;
 }
 
-h2 {
+h2,dt {
 	font-size: 1.5em;
 	line-height: 28px;
 	margin-bottom: 10px;
@@ -59,7 +59,7 @@
 }
 	.focus h4 { margin-bottom: 5px; }
 
-p, blockquote, ol, ul {
+p, blockquote, ol, ul, dd {
 	font-size: 1em;
 	line-height: 20px;
 	margin-bottom: 18px;
@@ -245,6 +245,11 @@
 	color: #666;
 }
 
+.amazon {
+	font-size: 1.167em;
+	color: #666;
+}
+
 .warning p {
 	color: #3a3a3a;
 	margin-bottom: 0;



More information about the tor-commits mailing list