summaryrefslogtreecommitdiffstats
path: root/app/view/common/head.view.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/view/common/head.view.php')
-rw-r--r--app/view/common/head.view.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php
new file mode 100644
index 0000000..b23ec18
--- /dev/null
+++ b/app/view/common/head.view.php
@@ -0,0 +1,8 @@
+<?php include "view/master/head.view.php"; ?>
+
+<style type="text/css">
+ body
+ {
+ padding-top: 70px;
+ }
+</style>