Index: modules/help/help.module =================================================================== RCS file: /cvs/drupal/drupal/modules/help/help.module,v retrieving revision 1.56 diff -u -F^f -r1.56 help.module --- modules/help/help.module 20 Aug 2006 07:07:17 -0000 1.56 +++ modules/help/help.module 24 Aug 2006 17:36:37 -0000 @@ -80,14 +80,14 @@ function help_links_as_list() { // Output pretty four-column list $break = ceil(count($modules) / 4); - $output = '
'; return $output; } Index: modules/node/node.module =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.module,v retrieving revision 1.685 diff -u -F^f -r1.685 node.module --- modules/node/node.module 23 Aug 2006 18:38:41 -0000 1.685 +++ modules/node/node.module 24 Aug 2006 17:36:39 -0000 @@ -1334,7 +1334,7 @@ function theme_node_filter_form($form) { * Theme node administraton filter selector. */ function theme_node_filters($form) { - $output .= ''; return $output; } @@ -2440,8 +2440,8 @@ function node_form_alter($form_id, &$for $form['advanced']['submit'] = array( '#type' => 'submit', '#value' => t('Advanced search'), - '#prefix' => '
', - '#suffix' => '

', + '#prefix' => '
', + '#suffix' => '
', ); $form['#validate']['node_search_validate'] = array(); Index: modules/system/defaults.css =================================================================== RCS file: /cvs/drupal/drupal/modules/system/defaults.css,v retrieving revision 1.1 diff -u -F^f -r1.1 defaults.css --- modules/system/defaults.css 14 Aug 2006 07:14:49 -0000 1.1 +++ modules/system/defaults.css 24 Aug 2006 17:36:39 -0000 @@ -26,7 +26,28 @@ form { padding-right: 1em; border-bottom: 3px solid #ccc; } -br.clear { - clear: both; - height: 0; + +/* +** Markup free clearing +** Details: http://www.positioniseverything.net/easyclearing.html +*/ +.clear-block:after { + content: "."; + display: block; + height: 0; + clear: both; + visibility: hidden; } + +.clear-block { + display: inline-block; +} + +/* Hides from IE-mac \*/ +* html .clear-block { + height: 1%; +} +.clear-block { + display: block; +} +/* End hide from IE-mac */ Index: modules/user/user.module =================================================================== RCS file: /cvs/drupal/drupal/modules/user/user.module,v retrieving revision 1.660 diff -u -F^f -r1.660 user.module --- modules/user/user.module 24 Aug 2006 09:14:19 -0000 1.660 +++ modules/user/user.module 24 Aug 2006 17:36:42 -0000 @@ -2504,7 +2504,7 @@ function theme_user_filter_form($form) { * Theme user administraton filter selector. */ function theme_user_filters($form) { - $output .= ''; return $output; } Index: themes/engines/phptemplate/comment.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/comment.tpl.php,v retrieving revision 1.2 diff -u -F^f -r1.2 comment.tpl.php --- themes/engines/phptemplate/comment.tpl.php 15 Apr 2006 04:07:18 -0000 1.2 +++ themes/engines/phptemplate/comment.tpl.php 24 Aug 2006 17:36:42 -0000 @@ -1,15 +1,12 @@ -
-new) : ?> +
+ new) : ?> - + -
+
- -
-
Index: themes/engines/phptemplate/node.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/engines/phptemplate/node.tpl.php,v retrieving revision 1.2 diff -u -F^f -r1.2 node.tpl.php --- themes/engines/phptemplate/node.tpl.php 15 Apr 2006 04:07:18 -0000 1.2 +++ themes/engines/phptemplate/node.tpl.php 24 Aug 2006 17:36:42 -0000 @@ -1,4 +1,4 @@ -
"> +
clear-block">

@@ -8,11 +8,8 @@
- - - -
- - - + + + +