summaryrefslogtreecommitdiff
path: root/project/assets/css/index.css
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-06-29 18:42:47 +1000
committerJed Barber <jjbarber@y7mail.com>2017-06-29 18:42:47 +1000
commit931b27a04a5af60f297dd66288fd6163c277b181 (patch)
tree8c3afdab9ec09a9e287e2851cd3143cf31b036bf /project/assets/css/index.css
parent425785e6fc15bba19cf97a84030bc046e71cbc35 (diff)
Reworked css for nav, pre, code tags, added some colour
Diffstat (limited to 'project/assets/css/index.css')
-rw-r--r--project/assets/css/index.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/project/assets/css/index.css b/project/assets/css/index.css
index 65676d1..e5dfd5d 100644
--- a/project/assets/css/index.css
+++ b/project/assets/css/index.css
@@ -6,13 +6,14 @@
ul.index {
text-align: center;
list-style-type: none;
- margin-top: 1.5cm;
+ margin: 3em 0em 0em 0em;
+ padding: 0;
}
ul.index li {
- margin-top: 0.5em;
- margin-bottom: 1.5em;
+ margin: 0.5em 0em 1.5em 0em;
+ padding: 0;
}