Skip to content
Snippets Groups Projects
Commit 788afcef authored by Jeff Sturek's avatar Jeff Sturek
Browse files

Merge branch '5.0' into 'master'

Remove border from Google results tables, update links to CSS

See merge request iim/UNL_Search!11
parents d19c01a8 b0bc6ac4
No related branches found
No related tags found
1 merge request!11Remove border from Google results tables, update links to CSS
......@@ -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;
......
......@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Search | University of Nebraska&ndash;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>
......
......@@ -4,8 +4,8 @@
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Search | University of Nebraska&ndash;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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment