diff options
author | prathamesh | 2017-01-03 10:08:13 +0530 |
---|---|---|
committer | prathamesh | 2017-01-03 10:08:13 +0530 |
commit | 43f2313d75e24a8c11855fb9718e48c1c06fb26f (patch) | |
tree | 1f5abc992430cc669ae4d34d689882482c393062 /yaksh/templates/base.html | |
parent | 011ca73b4c1042ceb208974e57c11474ecea65f2 (diff) | |
download | online_test-43f2313d75e24a8c11855fb9718e48c1c06fb26f.tar.gz online_test-43f2313d75e24a8c11855fb9718e48c1c06fb26f.tar.bz2 online_test-43f2313d75e24a8c11855fb9718e48c1c06fb26f.zip |
navbar display was not proper in small devices. modified navabar.
Looks better in small devices as well.
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 1609121..aade07a 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -20,12 +20,6 @@ <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/sticky-footer.css" type="text/css" /> - <style> - body { - padding-top: 20px; - padding-bottom: 20px; - } - </style> {% block meta %} <meta charset="utf-8"> <meta name="description" content=""> |