diff options
author | adityacp | 2020-12-15 21:02:18 +0530 |
---|---|---|
committer | adityacp | 2020-12-15 21:02:18 +0530 |
commit | 8ee692457729cf50abfdb260073b4f59feb0bfa1 (patch) | |
tree | d5802e760ef1c24807d7263bf5aee31689272be1 /yaksh/static | |
parent | 3e217025d6130fbbed8fe239b045519a3a7d0f4b (diff) | |
download | online_test-8ee692457729cf50abfdb260073b4f59feb0bfa1.tar.gz online_test-8ee692457729cf50abfdb260073b4f59feb0bfa1.tar.bz2 online_test-8ee692457729cf50abfdb260073b4f59feb0bfa1.zip |
Fix footer
Diffstat (limited to 'yaksh/static')
-rw-r--r-- | yaksh/static/yaksh/css/custom.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/yaksh/static/yaksh/css/custom.css b/yaksh/static/yaksh/css/custom.css index d3ba296..91f68b5 100644 --- a/yaksh/static/yaksh/css/custom.css +++ b/yaksh/static/yaksh/css/custom.css @@ -205,11 +205,9 @@ iframe { } .footer { - position: fixed; - z-index: 100; - bottom: 0; - width: 100%; - background-color: #61615F; - color: white; - text-align: center; -} + position: fixed; + z-index: 100; + bottom: 0; + width: 100%; + text-align: center; +}
\ No newline at end of file |