Skip to content

Commit

Permalink
Update docs pages.
Browse files Browse the repository at this point in the history
* Copy code documentation to docs pages
* Add a few previously undocumented options
* Configure <code> tag to display better
  • Loading branch information
Alex Zirbel committed Sep 30, 2014
1 parent 9ef2f11 commit bc7113d
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 221 deletions.
5 changes: 3 additions & 2 deletions app/assets/css/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,18 @@ strong {
/* Code Sample Styles */

code, pre {
display: block;
background-color: #f8f8f8;
color: black;
font-family : 'SourceCodePro-Regular', Menlo, Monaco, Consolas, monospace;
font-size: 12px;
white-space: pre !important;
word-wrap: normal;
}

pre {
display: block;
.border-radius(1px);
border: none;
background-color: #f8f8f8;
}

/* Buttons
Expand Down
Loading

0 comments on commit bc7113d

Please sign in to comment.