increase the space for the .onion in the footer, increase the font size to something more readable for 90% of the world.
Andrew Lewman

Andrew Lewman commited on 2010-10-06 04:37:41
Zeige 2 geänderte Dateien mit 5 Einfügungen und 3 Löschungen.

... ...
@@ -508,7 +508,8 @@ select#lang {
508 508
 /* FOOTER ------------*/
509 509
 
510 510
 #footer {
511
-	width: 960px;
511
+	/* width: 960px; original */
512
+	width: 1024px;
512 513
 	height: 200px;
513 514
 	border-top: 1px solid #ddd;
514 515
 	padding: 20px 0;
... ...
@@ -517,7 +518,8 @@ select#lang {
517 518
 
518 519
 	.onion {
519 520
 		float: left;
520
-		width: 78px;
521
+		/* width: 78px; original */
522
+		width: 88px;
521 523
 		padding-right: 20px;
522 524
 		height: 100%;
523 525
 	}
... ...
@@ -6,7 +6,7 @@
6 6
 
7 7
 body {
8 8
 	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
9
-	font-size: 9pt;
9
+	font-size: 10pt;
10 10
 	color: #1a1a1a;
11 11
 }
12 12
 
13 13