From d12fecf3453a7a362150bb5a87e152fade6f6976 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 09:22:23 -0400 Subject: Added all courses to the Course dropdown in the header --- assets/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'assets/css/style.css') 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 -- cgit v1.2.3