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:
parent
a19cbfa13a
commit
107b2d39ae
@ -10,7 +10,7 @@ a {
|
||||
color: #DD3322;
|
||||
}
|
||||
|
||||
a.hover {
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user