From e29783687b992216bcd757db7f2bfa8a652d2e4d Mon Sep 17 00:00:00 2001 From: Akshen Date: Mon, 25 Mar 2019 11:33:50 +0530 Subject: Search Bar working - Search Bar is working - Category wise selection is possible via dropdown --- fossee_manim/static/css/sticky-footer.css | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'fossee_manim/static') diff --git a/fossee_manim/static/css/sticky-footer.css b/fossee_manim/static/css/sticky-footer.css index ea445db..d0054bd 100644 --- a/fossee_manim/static/css/sticky-footer.css +++ b/fossee_manim/static/css/sticky-footer.css @@ -70,17 +70,3 @@ margin-left: .1rem; margin-right: .1rem; } - - -/** - * Footer Styles - */ - -.footer { - position: fixed; - right: 0; - bottom: 0; - left: 0; - background-color: #efefef; - text-align: center; -} \ No newline at end of file -- cgit