Fixed #headerProxy has unnecessary comment closer

refael

Well-known member
Edit public.css

Find
HTML:
    #headerMover #headerProxy
    {
        @property "header.background";
        background-color: #394350;
        @property "/header.background";
        height: {xen:calc '@headerLogoHeight + @headerTabHeight * 2 + 2'}px;*/ /* +2 borders */
    }

Looks like there is unnecessary comment closer, just after px;
 
Top Bottom