From: moodler Date: Fri, 26 Jan 2007 07:09:39 +0000 (+0000) Subject: FIxed an annoying little artifact showing up on the second line of the last tab ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0c2864c146395b085ba3e067781766836fe83b48;p=moodle.git FIxed an annoying little artifact showing up on the second line of the last tab MDL-7782 --- 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; */