[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r23418: {website} increase the space for the .onion in the footer, increase th (website/branches/web20/css)



Author: phobos
Date: 2010-10-06 02:37:41 +0000 (Wed, 06 Oct 2010)
New Revision: 23418

Modified:
   website/branches/web20/css/layout.css
   website/branches/web20/css/typography.css
Log:
increase the space for the .onion in the footer, increase the font size
to something more readable for 90% of the world.


Modified: website/branches/web20/css/layout.css
===================================================================
--- website/branches/web20/css/layout.css	2010-10-06 02:14:24 UTC (rev 23417)
+++ website/branches/web20/css/layout.css	2010-10-06 02:37:41 UTC (rev 23418)
@@ -508,7 +508,8 @@
 /* FOOTER ------------*/
 
 #footer {
-	width: 960px;
+	/* width: 960px; original */
+	width: 1024px;
 	height: 200px;
 	border-top: 1px solid #ddd;
 	padding: 20px 0;
@@ -517,7 +518,8 @@
 
 	.onion {
 		float: left;
-		width: 78px;
+		/* width: 78px; original */
+		width: 88px;
 		padding-right: 20px;
 		height: 100%;
 	}

Modified: website/branches/web20/css/typography.css
===================================================================
--- website/branches/web20/css/typography.css	2010-10-06 02:14:24 UTC (rev 23417)
+++ website/branches/web20/css/typography.css	2010-10-06 02:37:41 UTC (rev 23418)
@@ -6,7 +6,7 @@
 
 body {
 	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
-	font-size: 9pt;
+	font-size: 10pt;
 	color: #1a1a1a;
 }