From: erickson Date: Sat, 2 Sep 2006 16:08:21 +0000 (+0000) Subject: removing underline from next/prev links because it has never X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fa0e6e39b71e2ec64964b7732739f7bda5464973;p=Evergreen.git 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 --- 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; }