From 107b2d39ae7564c63f16240b10a9238715ee58dd Mon Sep 17 00:00:00 2001 From: puggles Date: Tue, 13 Apr 2004 00:35:38 +0000 Subject: [PATCH] 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 --- freeglut/web-src/freeglut-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/freeglut/web-src/freeglut-style.css b/freeglut/web-src/freeglut-style.css index 759e7ec..64c0ed3 100644 --- a/freeglut/web-src/freeglut-style.css +++ b/freeglut/web-src/freeglut-style.css @@ -10,7 +10,7 @@ a { color: #DD3322; } -a.hover { +a:hover { text-decoration: underline; } @@ -112,4 +112,4 @@ h3 { font-size: 1.1em; border-bottom: 1px #111166 solid ; width: 100%; -} \ No newline at end of file +}