From 5d8c19945d1e3e59d8813fc8b12f7590d35532d6 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 11 Oct 2011 15:06:43 +0100 Subject: [PATCH] Specified menu height in px's as ems just won't line up in all browsers! --- app/assets/stylesheets/admin/menu.css.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/admin/menu.css.sass b/app/assets/stylesheets/admin/menu.css.sass index 18dbd8d..fbcae73 100644 --- a/app/assets/stylesheets/admin/menu.css.sass +++ b/app/assets/stylesheets/admin/menu.css.sass @@ -17,7 +17,7 @@ header margin: 0 0 1em padding: 0 1em list-style: none - height: 2.5em + height: 35px position: relative z-index: 100 li a @@ -27,9 +27,9 @@ header color: #444 text-decoration: none display: block - height: 1.5em + height: 21px float: left - padding: 0.6em 1em 0.4em + padding: 7px 1em 7px text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) @include transition(all 0.15s 0s ease) &:hover, &:focus