Changeset 14169
- Timestamp:
- 06/26/08 12:10:56 (5 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/css/dijitTests.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/css/dijitTests.css
r14104 r14169 16 16 background-image: url(../images/plus.gif); 17 17 background-repeat: no-repeat; 18 width: 16px; 19 height: 16px; 18 background-position: center center; 19 width: 18px; 20 height: 18px; 20 21 } 21 22 .plusBlockIcon { … … 25 26 background-image: url(../images/note.gif); 26 27 background-repeat: no-repeat; 27 width: 16px; 28 height: 16px; 28 background-position: center center; 29 width: 18px; 30 height: 18px; 29 31 } 30 32 .flatScreenIcon {