From ec92c9d1461b860856a14bb7df6668a6eea60ba5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 16 May 2008 06:17:49 +0100 Subject: shamelessly round the hotkey popup help corners --- functions.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 3dc4f4b60..a8cb09fe4 100644 --- a/functions.php +++ b/functions.php @@ -5516,4 +5516,17 @@ return "score_neutral.png"; } } + + function rounded_table_start($classname) { + print ""; + print ""; + print ""; + print ""; + print "
   
 "; + } + + function rounded_table_end() { + print " 
   
"; + } + ?> -- cgit v1.2.3