diff --git a/www/scss/search-google.scss b/www/scss/search-google.scss index 871660574d5b3dbb261bf3d246fdd8838d883901..973efb0fa4116cff76d17df49b1fe056cd12ea88 100644 --- a/www/scss/search-google.scss +++ b/www/scss/search-google.scss @@ -6,6 +6,12 @@ // !UNL Google Search Results Overrides +.unl .google-results table, +.unl .google-results tbody th, +.unl .google-results tbody td { + border: 0 !important; +} + .unl .google-results tbody th, .unl .google-results tbody td { padding-bottom: 0; diff --git a/www/templates/5.0/embed-debug.tpl.php b/www/templates/5.0/embed-debug.tpl.php index 96829df29115b30bab352afef432e15980d888e5..64b8a743de36a5bd22e074aaa135e1bf8a505fb4 100644 --- a/www/templates/5.0/embed-debug.tpl.php +++ b/www/templates/5.0/embed-debug.tpl.php @@ -4,8 +4,8 @@ <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Search | University of Nebraska–Lincoln</title> - <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> - <link rel="stylesheet" href="/wdn/templates_5.0/css/all.css" /> + <link rel="stylesheet" href="https://cloud.typography.com/7717652/6968572/css/fonts.css" /> + <link rel="stylesheet" href="/wdn/templates_5.0/css/core.css" /> <script data-main="js/embed-src/main.js" src="js/embed-src/require.js"></script> <?php echo $head ?> </head> diff --git a/www/templates/5.0/embed.tpl.php b/www/templates/5.0/embed.tpl.php index e5dbeec9bf28e10f7ad75a70b4abae20625649d7..0776fd5ff9c11204dff5be6d59c6b8379543f1a2 100644 --- a/www/templates/5.0/embed.tpl.php +++ b/www/templates/5.0/embed.tpl.php @@ -4,8 +4,8 @@ <meta charset="utf-8" /> <meta http-equiv="x-ua-compatible" content="ie=edge" /> <title>Search | University of Nebraska–Lincoln</title> - <link rel="stylesheet" href="https://cloud.typography.com/7717652/616662/css/fonts.css" /> - <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/all.css" /> + <link rel="stylesheet" href="https://cloud.typography.com/7717652/6968572/css/fonts.css" /> + <link rel="stylesheet" href="https://unlcms.unl.edu/wdn/templates_5.0/css/core.css" /> <script src="js/embed/all.js?v=20170404"></script> <?php echo $head ?> </head>