diff options
Diffstat (limited to 'GradeBook.css')
-rw-r--r-- | GradeBook.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/GradeBook.css b/GradeBook.css index 98b6193..3c9e22f 100644 --- a/GradeBook.css +++ b/GradeBook.css @@ -59,6 +59,18 @@ div.add_new_column { margin-bottom: 15px; } +div.gradestable { + /*border-bottom: 2px solid black;*/ + background-color: #ffcc99; + padding-top: 5px; + padding-bottom: 5px; + margin-bottom: 15px; +} + +div.gradestable span.controls { + background-color: #ddbb88; + font-weight: bold; +} table.gradestable { /*border-bottom: 2px solid black;*/ |