From 6c706b7e532a2317d4ddf70ef9f698b0477ad988 Mon Sep 17 00:00:00 2001 From: Seth Meranda <smeranda2@unl.edu> Date: Tue, 13 Sep 2011 14:23:01 +0000 Subject: [PATCH] Instead of pulling in all of the Directory CSS, just use the result list css. --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index effa04f..29649bb 100644 --- a/www/index.php +++ b/www/index.php @@ -19,7 +19,7 @@ $local_results = ''; $page->addScript('http://www.google.com/jsapi' . (empty(UNL_Search::$jsapiKey) ? '' : '?key=' . UNL_Search::$jsapiKey)); $page->head .= ' <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> -<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/peoplefinder_default.css" /> +<link rel="stylesheet" type="text/css" href="http://directory.unl.edu/css/result_list.css" /> <link rel="stylesheet" type="text/css" href="searchCSS.css" /> '; if ($template == 'Mobile') { -- GitLab