From 64fba81f6aedfa7e031ec40fc4282ea114c7661f Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Tue, 25 Jun 2013 12:21:21 -0400 Subject: [PATCH] Moved the navigation items to an ordered list --- web/app/View/Layouts/default.ctp | 9 +++++---- web/app/webroot/css/cake.generic.css | 13 +++++++++++++ 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/web/app/View/Layouts/default.ctp b/web/app/View/Layouts/default.ctp index 849169d30..c1a16c19e 100644 --- a/web/app/View/Layouts/default.ctp +++ b/web/app/View/Layouts/default.ctp @@ -48,13 +48,14 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
- Session->flash(); ?> fetch('content'); ?> diff --git a/web/app/webroot/css/cake.generic.css b/web/app/webroot/css/cake.generic.css index d506b2337..4033cf218 100644 --- a/web/app/webroot/css/cake.generic.css +++ b/web/app/webroot/css/cake.generic.css @@ -731,6 +731,19 @@ div.menu a{ color: #ffffff; font-size: 100%; margin-right:10px; + text-decoration:none; +} + +div.menu ol { + list-style-type:none; +} + +div.menu li{ + display:inline; +} + +div.menu li.selected { + background-color:pink; } div#footer a{