2010-04-20 18:09:09 +00:00
|
|
|
// CSS-only Lightboxes
|
|
|
|
// Plugin by Eric Meyer - http://www.oddbird.net/
|
|
|
|
// Based on the work of Jenna Smith - http://growldesign.co.uk/
|
|
|
|
|
|
|
|
// Compatible with IE6+, Mozilla and Webkit browsers.
|
|
|
|
// **Not compatible with Opera without Javascript help**
|
|
|
|
|
|
|
|
// Override with the proper class names for your slide/slide-nav containers
|
2010-04-27 00:04:55 +00:00
|
|
|
$slide-container: ".code"
|
2010-04-20 18:09:09 +00:00
|
|
|
|
|
|
|
$max-slides: 10
|
|
|
|
|
|
|
|
// import slideshow
|
|
|
|
@import css-slideshow
|