Andrew Lewman commited on 2010-09-20 19:06:16
Zeige 3 geänderte Dateien mit 11 Einfügungen und 6 Löschungen.
... | ... |
@@ -12,8 +12,8 @@ |
12 | 12 |
<div id="maincol"> |
13 | 13 |
<h1>Translators</h1> |
14 | 14 |
<dl> |
15 |
-<dt>Bogdan Drozdowski</dt><dd><a |
|
16 |
-href="https://www.torproject.org/index.html.pl">Polish</a>.</dd> |
|
15 |
+<dt>Bogdan Drozdowski</dt> |
|
16 |
+<dd><a href="https://www.torproject.org/index.html.pl">Polish</a>.</dd> |
|
17 | 17 |
<dt>Tiago Faria</dt><dd>Portuguese.</dd> |
18 | 18 |
<dt>fredzupy</dt><dd><a |
19 | 19 |
href="https://www.torproject.org/index.html.fr">French</a>.</dd> |
... | ... |
@@ -115,7 +115,7 @@ href="<page torbutton/index>">Torbutton</a>.</dd> |
115 | 115 |
<dt>Aaron Turner</dt><dd> Contributed the first version of the tor.sh |
116 | 116 |
initscripts shell script.</dd> |
117 | 117 |
<dt>Stephen Tyree</dt><dd> Worked during Google Summer of Code 2009 to |
118 |
-develop a plugin API for <a href="<page vidalia/index>">Vidalia</a> |
|
118 |
+develop a plugin API for <a href="<page projects/vidalia>">Vidalia</a> |
|
119 | 119 |
and create a plugin to allow HerdictWeb integration, a project aiming |
120 | 120 |
at identifying website inaccessibility using user submissions.</dd> |
121 | 121 |
<dt>Camilo Viecco</dt><dd> Worked on |
... | ... |
@@ -10,7 +10,7 @@ body { |
10 | 10 |
color: #1a1a1a; |
11 | 11 |
} |
12 | 12 |
|
13 |
-h1, h2, h3, h4 { |
|
13 |
+h1, h2, h3, h4, dt { |
|
14 | 14 |
font-family: Georgia, "Times New Roman", Times, serif; |
15 | 15 |
font-weight: bold; |
16 | 16 |
color: #23300e; |
... | ... |
@@ -32,7 +32,7 @@ h1 { |
32 | 32 |
margin-bottom: 10px; |
33 | 33 |
} |
34 | 34 |
|
35 |
-h2 { |
|
35 |
+h2,dt { |
|
36 | 36 |
font-size: 1.5em; |
37 | 37 |
line-height: 28px; |
38 | 38 |
margin-bottom: 10px; |
... | ... |
@@ -59,7 +59,7 @@ h4 { |
59 | 59 |
} |
60 | 60 |
.focus h4 { margin-bottom: 5px; } |
61 | 61 |
|
62 |
-p, blockquote, ol, ul { |
|
62 |
+p, blockquote, ol, ul, dd { |
|
63 | 63 |
font-size: 1em; |
64 | 64 |
line-height: 20px; |
65 | 65 |
margin-bottom: 18px; |
... | ... |
@@ -245,6 +245,11 @@ table .name { |
245 | 245 |
color: #666; |
246 | 246 |
} |
247 | 247 |
|
248 |
+.amazon { |
|
249 |
+ font-size: 1.167em; |
|
250 |
+ color: #666; |
|
251 |
+} |
|
252 |
+ |
|
248 | 253 |
.warning p { |
249 | 254 |
color: #3a3a3a; |
250 | 255 |
margin-bottom: 0; |
251 | 256 |