From 931b27a04a5af60f297dd66288fd6163c277b181 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Thu, 29 Jun 2017 18:42:47 +1000 Subject: Reworked css for nav, pre, code tags, added some colour --- project/assets/css/index.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'project/assets/css/index.css') 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; } -- cgit