From c0e5729c810bf776f2eb1b587333626549e78d1c Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Mon, 7 Jul 2014 19:55:14 +0100 Subject: [PATCH] Once again, fixed tests so they pass, although they don't actually test anything useful. --- resources/public/css/standard.css | 6 ++-- resources/templates/base.html | 4 +-- resources/templates/docs.html | 48 +++++++++++++++++++++++++++++++ resources/templates/home.html | 15 +--------- src/mw_ui/render_world.clj | 10 +++++-- src/mw_ui/routes/home.clj | 19 ++++++------ test/mw_ui/test/handler.clj | 7 ++--- 7 files changed, 75 insertions(+), 34 deletions(-) diff --git a/resources/public/css/standard.css b/resources/public/css/standard.css index 92a6f5c..e60166e 100644 --- a/resources/public/css/standard.css +++ b/resources/public/css/standard.css @@ -64,9 +64,11 @@ body { margin: 0; display: inline; } -.nav-item a { color: rgb(64, 64, 64); + +#nav ul li a { + color: white; text-decoration: none; - font-weight: normal; + font-weight: bold; padding: 0.25em 0.75em; margin: 0; } diff --git a/resources/templates/base.html b/resources/templates/base.html index f09b769..971dee4 100644 --- a/resources/templates/base.html +++ b/resources/templates/base.html @@ -19,13 +19,11 @@ -