Changes between Version 101 and Version 102 of Styles/Coloured_Streets


Ignore:
Timestamp:
2016-01-07T03:49:14+01:00 (10 years ago)
Author:
Don-vip
Comment:

see #12282 (comment 45) drop @media query

Legend:

Unmodified
Added
Removed
Modified
  • Styles/Coloured_Streets

    v101 v102  
    359359/* ------------------------------------------------------------------------------------------------------------------------ */
    360360/* ------------------------------------------------------------------------------------------------------------------------ */
    361 /* Display a warning message if the josm version is too old, can be hidden by a style setting */
    362 @media (max-josm-version: 7479)
    363 {
    364 node[setting("display_old_josm")][fixme]::core_fixme,
    365 node[setting("display_old_josm")][note]::core_note,
    366 node[setting("display_old_josm")][place]::oldJOSM,
    367 node[setting("display_old_josm")][natural]::oldJOSM,
    368 node[setting("display_old_josm")]:new::oldJOSM
    369 {
    370         text: tr("Your JOSM version is too old for the mappaint style Coloured Streets. Please update JOSM.");
    371         text-color: orange;
    372         text-halo-radius: 2;
    373         text-halo-color: black;
    374         font-size: 11;
    375         major-z-index: 100;
    376 }
    377 }
    378 
    379361/* Changes to the JOSM internal mappaint style elemstyles.mapcss to fit better together with Coloured Streets; hide distracting features */
    380362        /* Zoom behavior of nodes and text, which is a bit different than in the default style */