merge of '2cffbafe300f5dce55a82db20e2bf8f61ae8717f'

and 'b4f1b960a7d1bf1a3d5baaf9ddea72625177726a'
This commit is contained in:
z3d
2009-07-30 23:13:10 +00:00
11 changed files with 67 additions and 51 deletions

View File

@ -4,7 +4,7 @@
<info>
<appname>i2p</appname>
<appversion>0.7.5</appversion>
<appversion>0.7.6</appversion>
<authors>
<author name="I2P" email="http://forum.i2p2.de/"/>
</authors>
@ -95,7 +95,9 @@
<panel classname="InstallPanel"/>
<panel classname="ShortcutPanel"><os family="windows" /></panel>
<!-- <panel classname="ProcessPanel"><os family="windows" /></panel> -->
<panel classname="XInfoPanel" ><os family="unix|mac" /></panel>
<!-- unix|mac doesn't work, displays for windows too -->
<panel classname="XInfoPanel" ><os family="unix" /></panel>
<panel classname="XInfoPanel" ><os family="mac" /></panel>
<panel classname="SimpleFinishPanel"/>
</panels>

View File

@ -92,7 +92,7 @@ th {
font-size: 8pt;
border-top: 1px outset #001;
border-bottom: 1px inset #001;
background: #f91 url('.../console/images/tabletitleorangealt.png') repeat-x;
background: #f91 url('/themes/console/images/tabletitleorange.png') repeat-x;
text-align: left;
}
@ -323,4 +323,4 @@ div.configsection a:hover{
background: #eef;
-moz-box-shadow: inset 0px 0px 1px 0px #002;
background: #ddf url('../console/light/images/tabletile.png');
}
}