Subversion Repository Public Repository

Nextrek

Diff Revisions 809 vs 810 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -27,6 +27,7 @@
27 27
28 28 #treeContainer {
29 29 margin-right: 186px;
30 + margin-top: -25px;
30 31 }
31 32
32 33 .level-node-1 {
  @@ -313,4 +314,17 @@
313 314
314 315 .casocorretto {
315 316 cursor: pointer;
317 + }
318 +
319 + p.gen-comandi{
320 + margin: 15px 0px 0px 0px;
321 + font-size: 13px;
322 + font-weight: normal;
323 + }
324 +
325 + p.gen-comandi a{
326 + font-weight: bold;
327 + cursor: pointer;
328 + text-decoration: none;
329 + color: black;
316 330 }