From a42b84e5d690a82c897edf90b37045f0e3aa68a2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 19 Jun 2004 08:24:14 +0000 Subject: First tab improvements by Adrian: + Changed menu.inc to generate two separate lists instead of nested lists: that seems to be the only alternative to get rid of absolute positioning. + Changed the tabs code to be more sexy and put the code in misc/drupal.css so all themes are automagically updated. --- modules/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment.module') diff --git a/modules/comment.module b/modules/comment.module index 09fa1801a..4dc82d346 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1660,4 +1660,4 @@ function _comment_per_page() { return drupal_map_assoc(array(10, 30, 50, 70, 90)); } -?> \ No newline at end of file +?> -- cgit v1.2.3