1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

doc updates -- widened the code segments for the sake of the JavaScript

This commit is contained in:
Jeremy Ashkenas 2010-01-17 18:33:31 -05:00
parent 63c9b5c2f0
commit b9c09bfa4e
7 changed files with 54 additions and 32 deletions

View file

@ -6,7 +6,7 @@ body {
font-family: Arial, Helvetica, sans-serif;
}
div.container {
width: 850px;
width: 950px;
margin: 50px 0 50px 50px;
}
p {
@ -77,7 +77,7 @@ div.code {
}
div.code pre {
float: left;
width: 410px;
width: 450px;
border-left: 1px dotted #559;
padding: 0 0 0 12px;
margin: 0;