Update Potlatch 2 to r24332 build
This commit is contained in:
parent
973a5eb02f
commit
6bdc86dd33
4 changed files with 12 additions and 0 deletions
3
public/potlatch2/bikeshops.css
Normal file
3
public/potlatch2/bikeshops.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
node { z-index: 9;
|
||||
icon-image: features/bike-shop.png;
|
||||
text-offset: 28; font-family: DejaVu; text: name; font-size: 9; text_color: red; width: 50;}
|
9
public/potlatch2/bugs.css
Normal file
9
public/potlatch2/bugs.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
node[status=fixed] { z-index: 2;
|
||||
icon-image: features/bugs/fixed.png; }
|
||||
|
||||
node[status=invalid] { z-index: 2;
|
||||
icon-image: features/bugs/invalid.png; }
|
||||
|
||||
node[status=open] { z-index: 2;
|
||||
icon-image: features/bugs/open.png;
|
||||
text-offset: 14; font-family: DejaVu; text: name; font-size: 9; text_color: red; }
|
BIN
public/potlatch2/features/bike-shop.png
Normal file
BIN
public/potlatch2/features/bike-shop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue