diff options
author | Malf Furious <m@lfurio.us> | 2016-01-03 18:29:45 -0500 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2016-01-03 18:29:45 -0500 |
commit | e0162feea3e4f7df36fdad5a6cf83fd37972aba9 (patch) | |
tree | 975b815267ed6a8da1d3058d33150fbc4d073aae /app/view/common/head.view.php | |
parent | 9dc4095be9da030a40ecdc7528bcb02843037a05 (diff) | |
download | scrott-e0162feea3e4f7df36fdad5a6cf83fd37972aba9.tar.gz scrott-e0162feea3e4f7df36fdad5a6cf83fd37972aba9.zip |
* Start of application navbar
* Digested some example code
Diffstat (limited to 'app/view/common/head.view.php')
-rw-r--r-- | app/view/common/head.view.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/view/common/head.view.php b/app/view/common/head.view.php index 87cd37d..b23ec18 100644 --- a/app/view/common/head.view.php +++ b/app/view/common/head.view.php @@ -1 +1,8 @@ <?php include "view/master/head.view.php"; ?> + +<style type="text/css"> + body + { + padding-top: 70px; + } +</style> |