From 76f658dcd742040e9778c0efbc3ca29ed372df94 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Mon, 26 Sep 2011 14:40:42 +0000 Subject: [PATCH] fix images git-svn-id: http://www.observium.org/svn/observer/trunk@2578 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/css/styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/css/styles.css b/html/css/styles.css index 3030c17e88..3628badf71 100644 --- a/html/css/styles.css +++ b/html/css/styles.css @@ -1317,6 +1317,11 @@ a.interface-upup:hover, a.interface-updown:hover, a.interface-admindown:hover { behavior: url(/css/PIE.htc); } +.tabBox .tabs img { + margin-top: -4px; +} + + .tabBox .tabs .selected a { background: #FFF; -webkit-box-shadow: #CCC 0 0 .25em;