allow for 64 chars of code

This commit is contained in:
Mark McGranaghan 2012-10-01 12:38:46 -07:00
parent 153015063e
commit a41232160f

View File

@ -44,6 +44,8 @@ td.docs {
text-align: left; text-align: left;
} }
td.code { td.code {
max-width: 450px;
min-width: 450px;
padding: 10px 10px 10px 10px; padding: 10px 10px 10px 10px;
vertical-align: top; vertical-align: top;
background: #f0f0f0; background: #f0f0f0;