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:
parent
63c9b5c2f0
commit
b9c09bfa4e
7 changed files with 54 additions and 32 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue