increase the space for the .onion in the footer, increase the font size

to something more readable for 90% of the world.
This commit is contained in:
Andrew Lewman 2010-10-06 02:37:41 +00:00
parent b2bc4ac3aa
commit 0c2319fa3d
2 changed files with 5 additions and 3 deletions

View File

@ -508,7 +508,8 @@ select#lang {
/* FOOTER ------------*/
#footer {
width: 960px;
/* width: 960px; original */
width: 1024px;
height: 200px;
border-top: 1px solid #ddd;
padding: 20px 0;
@ -517,7 +518,8 @@ select#lang {
.onion {
float: left;
width: 78px;
/* width: 78px; original */
width: 88px;
padding-right: 20px;
height: 100%;
}

View File

@ -6,7 +6,7 @@
body {
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
font-size: 9pt;
font-size: 10pt;
color: #1a1a1a;
}