From fa0e6e39b71e2ec64964b7732739f7bda5464973 Mon Sep 17 00:00:00 2001 From: erickson Date: Sat, 2 Sep 2006 16:08:21 +0000 Subject: [PATCH] removing underline from next/prev links because it has never worked properly git-svn-id: svn://svn.open-ils.org/ILS/trunk@5862 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/opac/theme/default/css/colors.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/opac/theme/default/css/colors.css b/Open-ILS/web/opac/theme/default/css/colors.css index 6d6aaf69f4..fa1a3d0a8f 100644 --- a/Open-ILS/web/opac/theme/default/css/colors.css +++ b/Open-ILS/web/opac/theme/default/css/colors.css @@ -15,7 +15,9 @@ body a:hover { color: red; text-decoration: underline;} .searchbar_item { color: black; } #login_box { border-top: 1px solid #808080; border-bottom: 1px solid #808080; } #next_prev_links_dead { color: #808080; text-decoration: none; } -.nav_link_active { text-decoration: underline; } + +.nav_link_active {font-weight: bold;} + .search_link { text-decoration: none; } .result_table_subtable { border-top: 1px solid #E0E0E0; } -- 2.43.2