cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/image/resources/image.css
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

16 lines
449 B
CSS

/*
This is the master CSS file for the dojox.image project, and provides all
needed definitions for the DojoX Image Project
Before build, the files are individual. You can use image.css as a cacheable
single-file rollup, or link only the individual css you need (based on componenet
name)
*/
@import "Lightbox.css";
@import "SlideShow.css";
@import "ThumbnailPicker.css";
@import "Gallery.css";
@import "Badge.css";
@import "Magnifier.css";