• Thank you! Works charming.

    To make the size of the TOC box only as large as the content, and to highlight the current page, I would suggest to add this CSS to it ??

    ul#toc{	
    	display:table;
      border-radius: 5px;	
    	padding-bottom:5px;
    }
    
    ul#toc li.current a{
    		text-decoration:underline;
    	color:#f29400;
    }
    • This topic was modified 6 years, 2 months ago by elenktik.
  • The topic ‘Perfect’ is closed to new replies.