summaryrefslogtreecommitdiff
path: root/yaksh/templates/base.html
diff options
context:
space:
mode:
authorPrabhu Ramachandran2016-11-17 16:51:28 +0530
committerGitHub2016-11-17 16:51:28 +0530
commit6f2d4829d15d763177328400d0a1b857b983a770 (patch)
treef137a0fd2a3036c5a6e87d323d8d14ee3d480c0b /yaksh/templates/base.html
parentaa6ed71496c4a36faed9b42104c8426345bdc2e3 (diff)
parent93b16753ded5f3ef07187e9413c94bd52f2e77f7 (diff)
downloadonline_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.html4
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>