aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-09 18:59:03 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-09 18:59:03 +0100
commitc8da7fe9adbf096e7d8131439064e9be2df58ac4 (patch)
tree6e553016bc05dd1918b92fa6e49bda2f9bdf2a7d
parent69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0 (diff)
downloadwcms-c8da7fe9adbf096e7d8131439064e9be2df58ac4.tar.gz
wcms-c8da7fe9adbf096e7d8131439064e9be2df58ac4.zip
little-improvements
-rw-r--r--app/view/templates/info.php2
-rw-r--r--assets/css/home.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/app/view/templates/info.php b/app/view/templates/info.php
index 97ee198..f9144ca 100644
--- a/app/view/templates/info.php
+++ b/app/view/templates/info.php
@@ -38,7 +38,7 @@
<nav>
-SUMMARY
+<h2>Manual Summary</h2>
<ul>
<li><a href="#startup">Startup</a></li>
<ul>
diff --git a/assets/css/home.css b/assets/css/home.css
index 8ea7cc5..61fb100 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -188,6 +188,7 @@ section.info nav {
position: fixed;
right: 3%;
top: 20%;
+ margin: 7%;
}
section.info article code i {
@@ -202,4 +203,8 @@ section.info article code i {
display: none;
}
+ section.info nav {
+ position: relative;
+ }
+
} \ No newline at end of file