From 0c2864c146395b085ba3e067781766836fe83b48 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 26 Jan 2007 07:09:39 +0000 Subject: [PATCH] FIxed an annoying little artifact showing up on the second line of the last tab MDL-7782 --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 62fce9703c..18c7d3066e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2048,6 +2048,10 @@ body#message-messages { background: transparent url(pix/tab/right_last.gif) no-repeat right top; } +.tabrow1 li a span { + background: none !important; +} + .tabrow0 A { text-decoration: none; /* font-weight: bold; */ -- 2.39.5