diff options
-rw-r--r-- | GradeBook.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GradeBook.scss b/GradeBook.scss index 5a788a2..8ff92bd 100644 --- a/GradeBook.scss +++ b/GradeBook.scss @@ -192,7 +192,7 @@ body { th { font-weight: bold; background-color: $normal_bg; - valign: top; + vertical-align: top; @include gradestable_th(Quiz, $Quiz); @include gradestable_th(Homework, $Homework); @include gradestable_th(LabReport, $LabReport); @@ -229,7 +229,7 @@ body { table.gradestable { th { font-weight: bold; - valign: top; + vertical-align: top; } } a[href]:after { |