From: Dan Scott Date: Wed, 7 Jan 2015 21:25:56 +0000 (-0500) Subject: Just inherit the width for results table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d7882495de44e5a4677274341ad3a0d11b26b6db;p=contrib%2FConifer.git Just inherit the width for results table Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates_laurentian/opac/css/style_overrides.css.tt2 b/Open-ILS/src/templates_laurentian/opac/css/style_overrides.css.tt2 index 61b1c63a20..5ce87e96c4 100644 --- a/Open-ILS/src/templates_laurentian/opac/css/style_overrides.css.tt2 +++ b/Open-ILS/src/templates_laurentian/opac/css/style_overrides.css.tt2 @@ -29,7 +29,7 @@ tr[name=results_pub_tr] strong { @media only screen and (min-width: 800px) { .result_metadata { - width: 50%; + width: inherit; } div.result_table_utils_cont {