nitdoc: introduce bootstrap
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 6 Jun 2014 07:20:04 +0000 (03:20 -0400)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 6 Jun 2014 18:43:41 +0000 (14:43 -0400)
commit35ac9c1c77c12be960bba0295366ce5ef9b07063
tree267fb0d59b3e74da49727f66045eccfc950d0925
parentf8fc94c5193af2e4e6aad1409883adc0245d2b26
nitdoc: introduce bootstrap

Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>
23 files changed:
share/nitdoc/css/main.css [deleted file]
share/nitdoc/css/nitdoc.bootstrap.css [new file with mode: 0644]
share/nitdoc/css/nitdoc.css [new file with mode: 0644]
share/nitdoc/js/plugins/folding.js [deleted file]
share/nitdoc/less/nitdoc_template.less [new file with mode: 0644]
share/nitdoc/resources/icons/const_private.png [deleted file]
share/nitdoc/resources/icons/const_protected.png [deleted file]
share/nitdoc/resources/icons/const_public.png [deleted file]
share/nitdoc/resources/icons/copy.png [deleted file]
share/nitdoc/resources/icons/meth_private.png [deleted file]
share/nitdoc/resources/icons/meth_protected.png [deleted file]
share/nitdoc/resources/icons/meth_public.png [deleted file]
share/nitdoc/resources/icons/vtype_private.png [deleted file]
share/nitdoc/resources/icons/vtype_protected.png [deleted file]
share/nitdoc/resources/icons/vtype_public.png [deleted file]
share/nitdoc/vendors/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
share/nitdoc/vendors/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
share/nitdoc/vendors/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
share/nitdoc/vendors/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
share/nitdoc/vendors/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
share/nitdoc/vendors/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
share/nitdoc/vendors/jquery/jquery-1.11.1.min.js [new file with mode: 0644]
share/nitdoc/vendors/jquery/jquery-ui-1.10.4.custom.min.js [new file with mode: 0644]