Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-24 | Fixed slidy css. | John MacFarlane | 2 | -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-06 | Used yuicompressor to minify slidy css and js. | John MacFarlane | 2 | -580/+2 | |
2011-07-06 | Minimized slidy files. | John MacFarlane | 2 | -3276/+575 | |
2011-07-06 | slidy.js: Avoid string literal "</script>". | John MacFarlane | 1 | -1/+1 | |
It causes problems when the script is embedded with the --offline option. | |||||
2011-07-06 | Updated slidy/ directory with Slidy2 js and css. | John MacFarlane | 2 | -2/+3281 | |
Note: This still needs to be run through jsmin. | |||||
2010-07-22 | Added new --offline option for slidy. | John MacFarlane | 2 | -0/+2 | |
Added slidy/slidy.min.{css,js}. |