Locking the CSS file down to Docco's v0.3.0
I'm a bit loath to change the rendering entirely without talking to Ryan, but I'd really prefer to replicate Docco's CSS file generation rather than hotlinking out to the GitHub-hosted version. Offline support would require it, if for no other reason... Closes GH-23. Thanks to [Myles Byrne](http://www.myles.id.au/)
This commit is contained in:
parent
6aa2217706
commit
515966dcc9
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
||||
<title>{{ title }}</title>
|
||||
<link rel="stylesheet" href="http://jashkenas.github.com/docco/resources/docco.css">
|
||||
<link rel="stylesheet" href="http://github.com/jashkenas/docco/raw/0.3.0/resources/docco.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id='container'>
|
||||
|
Loading…
Reference in New Issue
Block a user