Changeset 1637
- Timestamp:
- 10/05/06 23:54:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/skinning/openlayers/doc/customization
r1636 r1637 12 12 is: 13 13 14 theme/15 theme/default/16 theme/default/style.css17 theme/default/img/14 * theme/ 15 * theme/default/ 16 * theme/default/style.css 17 * theme/default/img/ 18 18 19 19 Currently, the OpenLayers code does not support class names, and therefore, … … 35 35 changing, for example: 36 36 37 .olControlLayerSwitcher input { 38 width:10px; 39 } 37 :: 38 39 .olControlLayerSwitcher input { 40 width:10px; 41 } 40 42 41 43 Sub elements of a particular control can add to the class name: 42 44 43 .olControlLayerSwitcherBaseLabel { 44 color: red; 45 } 45 :: 46 47 .olControlLayerSwitcherBaseLabel { 48 color: red; 49 }
