Ignore:
Timestamp:
2011-02-13T23:01:55+01:00 (13 years ago)
Author:
bastiK
Message:

improve potlatch 2 style

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles_nodist/potlatch2/prelude.css

    r3898 r3900  
    1818
    1919canvas {
    20     background-color: white;
     20    background-color: #ffffea;
    2121}
     22
     23node, area {
     24    text-color: black;
     25}
     26
     27relation[restriction=no_left_turn] {
     28    icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png";
     29}
     30relation[restriction=no_right_turn] {
     31    icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png";
     32}
     33relation[restriction=no_straight_on] {
     34    icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png";
     35}
     36relation[restriction=no_u_turn] {
     37    icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png";
     38}
     39relation[restriction=only_left_turn] {
     40    icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png";
     41}
     42relation[restriction=only_right_turn] {
     43    icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png";
     44}
     45relation[restriction=only_straight_on] {
     46    icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png";
     47}
     48
Note: See TracChangeset for help on using the changeset viewer.