From ab5a3e29cbe8041634a6cc0eed8902e4da1eeb5d Mon Sep 17 00:00:00 2001 From: Mic Date: Tue, 5 Feb 2013 09:58:42 +0800 Subject: [PATCH] improve look and feel of the menu bar - titles are now aligned - text color now matches icons color --- src/main/webapp/WEB-INF/jsp/fragments/bodyHeader.jsp | 9 +++++---- src/main/webapp/resources/css/petclinic.css | 4 ++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/fragments/bodyHeader.jsp b/src/main/webapp/WEB-INF/jsp/fragments/bodyHeader.jsp index cbbce5f6d..71733bf6c 100644 --- a/src/main/webapp/WEB-INF/jsp/fragments/bodyHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/fragments/bodyHeader.jsp @@ -6,10 +6,11 @@ diff --git a/src/main/webapp/resources/css/petclinic.css b/src/main/webapp/resources/css/petclinic.css index e4632fc63..8e31eaedf 100644 --- a/src/main/webapp/resources/css/petclinic.css +++ b/src/main/webapp/resources/css/petclinic.css @@ -11,3 +11,7 @@ input[type="text"] { height: 25px; } + +.navbar .nav > li > a { + color: #000000; +}