aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2019-12-11 16:53:52 -0500
committerEugeniy E. Mikhailov <evgmik@gmail.com>2019-12-11 16:53:52 -0500
commitd6304dd079c7085d9162d5c5192bd317675dadd5 (patch)
tree8618c08d9f5aca7cd83fbeccd685bf708cfd3d5a
parent9c30774e5d68e4782e46bea028a8e0843f95f2e5 (diff)
downloadGradeBook-d6304dd079c7085d9162d5c5192bd317675dadd5.tar.gz
GradeBook-d6304dd079c7085d9162d5c5192bd317675dadd5.zip
added theme generationv2.6.3
-rw-r--r--GradeBook.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/GradeBook.scss b/GradeBook.scss
index 44925cb..5a788a2 100644
--- a/GradeBook.scss
+++ b/GradeBook.scss
@@ -183,6 +183,8 @@ body {
@include gradestable_td(MidTerm, $MidTerm);
@include gradestable_td(FinalExam, $FinalExam);
@include gradestable_td(Participation, $Participation);
+ @include gradestable_td(Presentation, $Presentation);
+ @include gradestable_td(LogBook, $LogBook);
@include gradestable_td(unset, $Unset);
@include gradestable_td(deleted, $Deleted);
}
@@ -197,6 +199,8 @@ body {
@include gradestable_th(MidTerm, $MidTerm);
@include gradestable_th(FinalExam, $FinalExam);
@include gradestable_th(Participation, $Participation);
+ @include gradestable_th(Presentation, $Presentation);
+ @include gradestable_th(LogBook, $LogBook);
@include gradestable_th(unset, $Unset);
@include gradestable_th(deleted, $Deleted);
}