aboutsummaryrefslogtreecommitdiff
path: root/slidy
AgeCommit message (Collapse)AuthorFilesLines
2011-12-03New slidy directory for "self-contained."John MacFarlane8-1/+4
2011-07-24Fixed slidy css.John MacFarlane2-1/+401
* Use non-minimized version of `slidy.css` with `--offline` option, so users can more easily edit it. * Fixed bug in slidy css that prevented proper centering of title.
2011-07-06Used yuicompressor to minify slidy css and js.John MacFarlane2-580/+2
2011-07-06Minimized slidy files.John MacFarlane2-3276/+575
2011-07-06slidy.js: Avoid string literal "</script>".John MacFarlane1-1/+1
It causes problems when the script is embedded with the --offline option.
2011-07-06Updated slidy/ directory with Slidy2 js and css.John MacFarlane2-2/+3281
Note: This still needs to be run through jsmin.
2010-07-22Added new --offline option for slidy.John MacFarlane2-0/+2
Added slidy/slidy.min.{css,js}.