diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 13:22:23 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-27 13:22:23 +0000 |
| commit | d12fecf3453a7a362150bb5a87e152fade6f6976 (patch) | |
| tree | 64601f3017f3fee98e05a73c115bc205147328fb /assets/css | |
| parent | 7bee9b7e0968b650b3dbe2e35bf3a0d7d6e5e00e (diff) | |
Added all courses to the Course dropdown in the header
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 19601e2..7506300 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -490,9 +490,6 @@ textarea { .table-row { display:table-row; } -.table-row { - border-bottom: 3px solid red; -} .table-cell { display:table-cell; @@ -502,3 +499,9 @@ textarea { hr { width: 100%; } + +.scroll-menu { + height: auto; + max-height: 200px; + overflow: scroll ; +}
\ No newline at end of file |
