diff --git a/inc/class.page.php b/inc/class.page.php --- a/inc/class.page.php +++ b/inc/class.page.php @@ -66,7 +66,7 @@ class page { /* Site-wide configuration options */ - private $base_title = 'SlatePermutate'; + private $base_title = 'SlatePermutate :: Find the schedule that works for you!'; private $doctype = 'html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"'; private $htmlargs = 'xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"'; private $bodyargs = ''; diff --git a/inc/class.schedule.php b/inc/class.schedule.php --- a/inc/class.schedule.php +++ b/inc/class.schedule.php @@ -299,12 +299,12 @@ class Schedule echo '
Enter these codes into your school\'s online course registration system to register for classes:
There are no possible schedules. Please try again.
'; } diff --git a/index.php b/index.php --- a/index.php +++ b/index.php @@ -23,8 +23,12 @@ ?>View demo output or get started on your own. This program was created by Calvin College and Cedarville University students. SlatePermutate works with any college or university.
+Plan your next semester with SlatePermutate! SlatePermutate generates every possible schedule with the courses you enter to let you pick the schedule that fits your life.
+ + + - + foot(); diff --git a/styles/general.css b/styles/general.css --- a/styles/general.css +++ b/styles/general.css @@ -231,3 +231,8 @@ td.center { .synList { margin-left: 1em; } + +.nospace { + padding:0!important; + margin:0!important; +}