correct a typo in release notes CSS example

This commit is contained in:
Marc Jansen
2012-02-10 23:55:51 +01:00
parent 68a6c62f0b
commit c6312b613b

View File

@@ -62,7 +62,7 @@ We are deprecating the Rico classes/objects in OpenLayers. This has the followin
The `roundedCorner` option of `Control.LayerSwitcher` is deprecated, and it now defaults to `false`. Setting it to true results in deprecation messages being output on the console. If you still want to set `roundedCorner` to `true` (you should not!) you need to make sure that the Rico/Corner.js and Rico/Color.js scripts are loaded in the page. This can be ensured by adding Rico/Corner.js in the build profile. The controls.html example demonstrates how to use `border-radius` to round corners of a layer switcher:
olControlLayerSwitcher .layersDiv {
.olControlLayerSwitcher .layersDiv {
border-radius: 10px 0 0 10px;
}