From ad93f4bde8b32687eef819ea77df42a9e23f5407 Mon Sep 17 00:00:00 2001 From: tworrall Date: Fri, 6 Dec 2013 12:25:36 -0500 Subject: [PATCH] minor css tweaks --- productMods/js/homePageUtils.js | 4 ++-- productMods/templates/freemarker/lib/lib-home-page.ftl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/productMods/js/homePageUtils.js b/productMods/js/homePageUtils.js index 1341292b..7c5410ba 100644 --- a/productMods/js/homePageUtils.js +++ b/productMods/js/homePageUtils.js @@ -60,7 +60,7 @@ $(document).ready(function(){ getFacultyMembers(); } else { - individualList = "

  • " + i18nStrings.noFacultyFound + "
  • "; + individualList = "

  • " + i18nStrings.noFacultyFound + "
  • "; $('div#tempSpacing').hide(); $('div#research-faculty-mbrs ul#facultyThumbs').append(individualList); } @@ -95,7 +95,7 @@ $(document).ready(function(){ }); } else { - individualList = "

  • " + i18nStrings.noFacultyFound + "
  • "; + individualList = "

  • " + i18nStrings.noFacultyFound + "
  • "; $('div#tempSpacing').hide(); $('div#research-faculty-mbrs ul#facultyThumbs').append(individualList); $('div#research-faculty-mbrs ul#facultyThumbs').css("padding", "1.0em 0 0.825em 0.75em"); diff --git a/productMods/templates/freemarker/lib/lib-home-page.ftl b/productMods/templates/freemarker/lib/lib-home-page.ftl index 9d46e731..61fddcb0 100644 --- a/productMods/templates/freemarker/lib/lib-home-page.ftl +++ b/productMods/templates/freemarker/lib/lib-home-page.ftl @@ -141,7 +141,7 @@ <#if !foundClassGroup> -

  • ${i18n().no_research_content_found}
  • +

  • ${i18n().no_research_content_found}