Fix underline behavior due to typo (a.hover should be a:hover) ;)

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@495 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
puggles 2004-04-13 00:35:38 +00:00
parent a19cbfa13a
commit 107b2d39ae

View File

@ -10,7 +10,7 @@ a {
color: #DD3322;
}
a.hover {
a:hover {
text-decoration: underline;
}