libgit2 / docurium

Doxygen replacement for the libgit2 project
http://libgit2.github.com/libgit2
MIT License
158 stars 25 forks source link

Vendor the css and refer to it instead #18

Closed schacon closed 9 years ago

schacon commented 10 years ago

We were linking to http://jashkenas.github.io/docco/resources/linear/docco.css but that has changed a lot and the examples all look horrible now. This should fix it.

carlosmn commented 9 years ago

I've added the logic which knows how to create a relative path from the example to the CSS file, so we can use this wherever.