Changes between Version 127 and Version 128 of Help/Styles/MapCSSImplementation


Ignore:
Timestamp:
2016-12-10T00:41:27+01:00 (9 years ago)
Author:
Klumbumbus
Comment:

formatting

Legend:

Unmodified
Added
Removed
Modified
  • Help/Styles/MapCSSImplementation

    v127 v128  
    677677way::* { c; }
    678678}}}
    679  is equivalent to
     679is equivalent to
    680680{{{
    681681#!mapcss
     
    685685way::B { c; }
    686686}}}
    687  And it initializes new subparts. In other words:
     687And it initializes new subparts. In other words:
    688688{{{
    689689#!mapcss
     
    691691way::A { b; }
    692692}}}
    693  is equivalent to
     693is equivalent to
    694694{{{
    695695#!mapcss
     
    698698way::A { b; }
    699699}}}
    700  which is in turn the same as
     700which is in turn the same as
    701701{{{
    702702#!mapcss
     
    704704way::A { b; }
    705705}}}
    706  or
     706or
    707707{{{
    708708#!mapcss