[Potlatch-dev] MapCSS clarificiation
Steve Bennett
stevagewp at gmail.com
Fri Mar 11 13:10:42 GMT 2011
On Sat, Mar 12, 2011 at 12:04 AM, Andy Allan <gravitystorm at gmail.com> wrote:
> Rules are parsed in order and applied in order - it's the way that CSS
> works too. Later rules can override ones set earlier.
Normal CSS also has some rules about specificity though, right?
banner.h3 { background: red; }
h3 { background: blue; }
The background of an h3 element in a div with class 'banner' is red.
Does (or will) MapCSS have anything like that?
Steve
More information about the Potlatch-dev
mailing list