]> mj.ucw.cz Git - leo.git/blobdiff - poskole.css
Lua bindings for object attributes and basic style properties
[leo.git] / poskole.css
index 49cc444f1df55f9f82a19f358982e6d83dc7aad1..1fe8b285377c18d6555d99b4f651709d6c3ada2d 100644 (file)
@@ -709,5 +709,10 @@ way[hack=raisetext] {
 /*** Experiments ***/
 
 node {
-       @{print(t.name)} ;
+       @{
+               if s["z-index"] ~= nil then
+                       s["z-index"] = s["z-index"] + 0.9
+                       print(s["z-index"])
+               end
+       } ;
 }