OpenLayers OpenLayers

Changeset 1637

Show
Ignore:
Timestamp:
10/05/06 23:54:23 (2 years ago)
Author:
crschmidt
Message:

Small restructured text improvements.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/crschmidt/skinning/openlayers/doc/customization

    r1636 r1637  
    1212is: 
    1313 
    14  theme/ 
    15  theme/default/ 
    16  theme/default/style.css 
    17  theme/default/img/ 
     14 * theme/ 
     15 * theme/default/ 
     16 * theme/default/style.css 
     17 * theme/default/img/ 
    1818 
    1919Currently, the OpenLayers code does not support class names, and therefore, 
     
    3535changing, for example:  
    3636 
    37 .olControlLayerSwitcher input { 
    38   width:10px; 
    39 
     37:: 
     38   
     39  .olControlLayerSwitcher input { 
     40    width:10px; 
     41  } 
    4042 
    4143Sub elements of a particular control can add to the class name: 
    4244 
    43 .olControlLayerSwitcherBaseLabel { 
    44     color: red; 
    45 
     45:: 
     46 
     47  .olControlLayerSwitcherBaseLabel { 
     48      color: red; 
     49  }