On Tue, Feb 15, 2011 at 08:16:16PM +0100, PyroPeter wrote:
From 65d170d638cc46f8552ba2aa6876efabeeec6397 Mon Sep 17 00:00:00 2001 From: PyroPeter <abi1789@googlemail.com> Date: Tue, 15 Feb 2011 20:04:23 +0100 Subject: [PATCH 2/2] pkg_search_results: replace blind-table with floating divs
* I tried to remove errors in the sgml-structure e.g.: <div> <?php if (foo) { ?> </div> <?php } ?> * I did not remove or add code (except the <table> and <div> stuff, of cause). I only changed the order of the html/php-tags. * The bottom and top of the script are now properly indented. I did not indent the middle part (table of search results) because that would render the diff completely useless.
Signed-off-by: PyroPeter <abi1789@googlemail.com> --- web/html/css/arch.css | 15 +++++ web/html/css/containers.css | 2 +- web/template/pkg_search_results.php | 116 +++++++++++++++++------------------ 3 files changed, 72 insertions(+), 61 deletions(-)
Could you please use underscore as delimiters instead of camelCase here as well?