give the header nav links an underline on hover
This commit is contained in:
parent
8ac5b25208
commit
89ea2fb87e
|
@ -30,6 +30,10 @@ div.header a {
|
|||
color: #BBB;
|
||||
}
|
||||
|
||||
div.header a:hover, div.header a:active {
|
||||
border-bottom: 1px solid #BBB;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #333;
|
||||
}
|
||||
|
|
|
@ -30,6 +30,10 @@ div.header a {
|
|||
color: #444;
|
||||
}
|
||||
|
||||
div.header a:hover, div.header a:active {
|
||||
border-bottom: 1px solid #444;
|
||||
}
|
||||
|
||||
table, th, td {
|
||||
border: 1px solid #CCC;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue