try for the ipad

This commit is contained in:
Mark McGranaghan 2012-10-09 16:06:27 -07:00
parent 9009db6963
commit 3bc7f88fa0

View File

@ -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';
}