diff --git a/static/style.css.h b/static/style.css.h index a2deb54..8342b66 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -137,10 +137,14 @@ th, td { text-decoration: none; } -.nav_linkmenu a:hover { +.nav_linkmenu a:hover, .nav_linkmenu a:focus{ background: url("/menu_button_hover.gif"); } +.nav_linkmenu a:focus { + text-decoration: underline 2px; +} + .nav_linkmenu a:active { background: url("/menu_button_sel.gif"); }