aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css5
-rw-r--r--templates/page.tmpl2
2 files changed, 6 insertions, 1 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..21ee841
--- /dev/null
+++ b/local.css
@@ -0,0 +1,5 @@
+body {
+ font-family: "Roboto Condensed", sans-serif;
+ padding-top: 20px;
+ padding-bottom: 60px;
+}
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 5be5493..cfc9b83 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -39,7 +39,7 @@
}
</style>
</head>
-<body style="padding-top: 20px; padding-bottom: 60px;">
+<body>
<script src="<TMPL_VAR BASEURL>/js/jquery.min.js" type="text/javascript"></script>
<script src="<TMPL_VAR BASEURL>bootstrap/js/bootstrap.min.js" type="text/javascript"></script>