diff --git a/css/styles.css b/css/styles.css index d8126f12..b0755001 100644 --- a/css/styles.css +++ b/css/styles.css @@ -161,6 +161,9 @@ left: 50%; bottom: 30px; } +.descriptionli{ + padding: 0px 5px 5px 5px; +} #snackbar.show { visibility: visible; diff --git a/js/calendar.js b/js/calendar.js index a491a129..87d529eb 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -94,7 +94,7 @@ $(function () { if (building == "") { building = "Undecided Location"; } - output += `
${dayarr[i]}: ${timearr[i].split(",")[0]} to ${timearr[i].split(",")[1]}${place}
`; + output += `${dayarr[i]}: ${timearr[i].split(",")[0]} to ${timearr[i].split(",")[1]}${place}
`; } return output; } diff --git a/js/content.js b/js/content.js index f3dc1c9f..b104539f 100644 --- a/js/content.js +++ b/js/content.js @@ -37,7 +37,7 @@ $(function () { $('table').find('tr').each(function () { if (!($(this).find('td').hasClass("course_header")) && $(this).has('th').length == 0) { //if a course row, then add the extension button - $(this).append('You have been logged out. Please refresh the page and log back in using your UT EID and password.
"