From 32e14fd3604d676e7281c123cc44582a02e929cf Mon Sep 17 00:00:00 2001 From: Thomas Mudrunka Date: Sun, 18 Mar 2012 22:00:53 +0100 Subject: [PATCH] Pokus o vyreseni tabulky co ujizdi pri nacitani obrazku --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 4d63100..d6eb660 100755 --- a/index.php +++ b/index.php @@ -76,12 +76,12 @@ class HTML { return "".$title.""; } - function img($src='#void', $title='img', $options='width=64') { + function img($src='#void', $title='img', $options='height=64') { $options = $options ? " $options" : ''; return "$title"; } - function img_link($src, $link='#void', $title='img_link', $internal=true, $translate=true, $options='width=64') { + function img_link($src, $link='#void', $title='img_link', $internal=true, $translate=true, $options='height=64') { return $this->link($this->img($src,$title,$options),$link,$internal,$translate); } @@ -212,6 +212,7 @@ li a, a:hover { text-decoration:underline; } .item_status_destroyed td { font-style:italic; } /* table, table * { table-layout:fixed; width:100%; overflow:hidden; word-wrap:break-word; } */ /* td { position:absolute; } */ +.cell_model_name { } .menu li { -- 2.30.2