diff options
author | Prabhu Ramachandran | 2016-11-17 16:51:28 +0530 |
---|---|---|
committer | GitHub | 2016-11-17 16:51:28 +0530 |
commit | 6f2d4829d15d763177328400d0a1b857b983a770 (patch) | |
tree | f137a0fd2a3036c5a6e87d323d8d14ee3d480c0b /yaksh/templates/base.html | |
parent | aa6ed71496c4a36faed9b42104c8426345bdc2e3 (diff) | |
parent | 93b16753ded5f3ef07187e9413c94bd52f2e77f7 (diff) | |
download | online_test-6f2d4829d15d763177328400d0a1b857b983a770.tar.gz online_test-6f2d4829d15d763177328400d0a1b857b983a770.tar.bz2 online_test-6f2d4829d15d763177328400d0a1b857b983a770.zip |
Merge pull request #155 from prathamesh920/student-interface
Student interface
Diffstat (limited to 'yaksh/templates/base.html')
-rw-r--r-- | yaksh/templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/yaksh/templates/base.html b/yaksh/templates/base.html index 00b0867..1609121 100644 --- a/yaksh/templates/base.html +++ b/yaksh/templates/base.html @@ -17,10 +17,12 @@ <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/bootstrap.min.css"> <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/font-awesome.css" type="text/css" /> <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/theme.css" type="text/css" /> + <link rel="stylesheet" href="{{ URL_ROOT }}/static/yaksh/css/sticky-footer.css" type="text/css" /> + <style> body { - padding-top: 50px; + padding-top: 20px; padding-bottom: 20px; } </style> |