Subversion Repository Public Repository

Nextrek

Diff Revisions 840 vs 841 for /legal-map/css/tree.css

Diff revisions: vs.
  @@ -586,6 +586,18 @@
586 586 border-left-style: solid;
587 587 }
588 588
589 + .link-line.popup{
590 + position: absolute;
591 + top: -21px;
592 + left: 25px;
593 + background-color: transparent;
594 + height: 18px;
595 + width: 5px;
596 + border-left-color: rgb(234,0,112);
597 + border-left-width: 3px;
598 + border-left-style: solid;
599 + }
600 +
589 601
590 602
591 603