diff options
author | Sharanya A | 2019-07-09 17:32:01 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-09 17:32:01 +0530 |
commit | 967ea94f5f6b6c5a4da8fc28bf4edbec0a40eb74 (patch) | |
tree | 6db01e76bae6cef242b2f441a252b784f6dd004e /fossee_manim/static/css/index.css | |
parent | b3e56de3e6dd8d2772c491df765877a9c99d5cf0 (diff) | |
download | FOSSEE_animations-967ea94f5f6b6c5a4da8fc28bf4edbec0a40eb74.tar.gz FOSSEE_animations-967ea94f5f6b6c5a4da8fc28bf4edbec0a40eb74.tar.bz2 FOSSEE_animations-967ea94f5f6b6c5a4da8fc28bf4edbec0a40eb74.zip |
Changed navbar look and logo
Diffstat (limited to 'fossee_manim/static/css/index.css')
-rw-r--r-- | fossee_manim/static/css/index.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css index f1b32bc..f33ef12 100644 --- a/fossee_manim/static/css/index.css +++ b/fossee_manim/static/css/index.css @@ -24,7 +24,7 @@ #container_img { margin: auto; - + } form.example input[type=text] { @@ -123,4 +123,4 @@ hr { #circle:hover { background-color: #ffe0b2; border-radius: 50%; - }
\ No newline at end of file + } |