From 3bc7f88fa086b6180a4afca1100ee94f0895049a Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Tue, 9 Oct 2012 16:06:27 -0700 Subject: [PATCH] try for the ipad --- template/site.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/template/site.css b/template/site.css index 402b9bc..abe7bf7 100644 --- a/template/site.css +++ b/template/site.css @@ -83,9 +83,9 @@ table td { outline: 0; } td.docs { - width: 380px; - max-width: 380px; - min-width: 380px; + width: 420px; + max-width: 420px; + min-width: 420px; min-height: 5px; vertical-align: top; text-align: left; @@ -96,9 +96,9 @@ td.docs p { padding-bottom: 15px; } td.code { - width: 410px; - max-width: 410px; - min-width: 410px; + width: 480px; + max-width: 480px; + min-width: 480px; padding-top: 5px; padding-right: 5px; padding-left: 5px; @@ -111,7 +111,7 @@ td.code.empty { background: #ffffff; } pre, code { - font-size: 12px; line-height: 16px; + font-size: 14px; line-height: 18px; font-family: 'Monaco'; }