source: Dev/branches/rest-dojo-ui/client/dojox/image/resources/image.css @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 449 bytes
Line 
1/*
2        This is the master CSS file for the dojox.image project, and provides all
3        needed definitions for the DojoX Image Project
4
5        Before build, the files are individual. You can use image.css as a cacheable
6        single-file rollup, or link only the individual css you need (based on componenet
7        name)
8
9*/
10@import "Lightbox.css";
11@import "SlideShow.css";
12@import "ThumbnailPicker.css";
13@import "Gallery.css";
14@import "Badge.css";
15@import "Magnifier.css";
16
Note: See TracBrowser for help on using the repository browser.