Skip to content
Snippets Groups Projects
Commit 6c706b7e authored by Seth Meranda's avatar Seth Meranda
Browse files

Instead of pulling in all of the Directory CSS, just use the result list css.

parent 0fb857a2
Branches
No related tags found
No related merge requests found
......@@ -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') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment