- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 05 Dec 2010 09:40:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv11345
Added Files:
style.css
Log Message:
use CSS to add arrows in TOC links b=10660
--- NEW FILE: style.css ---
a.prev:before {content: "\2190 "}
a.next:after {content: " \2192"}
Received on Sunday, 5 December 2010 09:40:08 UTC