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;
|
color: #DD3322;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -112,4 +112,4 @@ h3 {
|
|||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
border-bottom: 1px #111166 solid ;
|
border-bottom: 1px #111166 solid ;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user