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>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
PyroPeter 2011-02-17 19:52:10 +01:00 committed by Lukas Fleischer
parent 1fdecbd5a4
commit 346e82716b
3 changed files with 72 additions and 61 deletions

View file

@ -153,7 +153,7 @@ td.data2 {
padding-left: .3em;
text-align: left;
}
#legend span {
.legend span {
padding: 1px;
margin-left: .3em;
border: solid 1px #888;