diff --git a/history.txt b/history.txt index ae284e6dbf..676f788794 100644 --- a/history.txt +++ b/history.txt @@ -1,4 +1,8 @@ -$Id: history.txt,v 1.488 2006-06-13 18:29:51 jrandom Exp $ +$Id: history.txt,v 1.489 2006-06-13 21:17:40 jrandom Exp $ + +2006-06-14 cervantes + * Small tweak to I2PTunnel CSS, so it looks better with desktops + that use Bitstream Vera fonts @ 96 dpi * 2006-06-14 0.6.1.21 released diff --git a/installer/resources/themes/console/defCon1/i2ptunnel.css b/installer/resources/themes/console/defCon1/i2ptunnel.css index 473e4f17b3..90ac608a12 100644 --- a/installer/resources/themes/console/defCon1/i2ptunnel.css +++ b/installer/resources/themes/console/defCon1/i2ptunnel.css @@ -138,7 +138,7 @@ #tunnelListPage .footer label { text-align : right; height : 24px; - width : 160px; + width : 360px; float : left; } diff --git a/installer/resources/themes/console/i2ptunnel.css b/installer/resources/themes/console/i2ptunnel.css index 7ccba6c822..814cab8923 100644 --- a/installer/resources/themes/console/i2ptunnel.css +++ b/installer/resources/themes/console/i2ptunnel.css @@ -122,7 +122,7 @@ #tunnelListPage .footer label { text-align : right; height : 24px; - width : 160px; + width : 360px; float : left; }