From 4c8df2615df4c8f1fb0fefac82caa802e4d7ffba Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Jan 2007 07:35:06 +0000 Subject: [PATCH] Some styles for tab fonts MDL-7782 --- theme/standard/styles_fonts.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 401ee8a98d..e582fb11d3 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -594,11 +594,12 @@ body#grade-index .grades .header { /*** *** Tabs ***/ -.tablink { - font-size:0.8em; +.tabtree { + font-size:0.9em; + font-weight:bold; } -.tablink a:hover { +.tabtree a:hover { text-decoration: none; } -- 2.39.5