factor/apps/http-server/resources/stylesheet.css

5 lines
203 B
CSS
Raw Normal View History

2006-10-19 17:28:58 -04:00
a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }