Fix of the Status-page for IE:

- reverted revision 3982 and 3979
- added a real fix for http://forum.yacy-websuche.de/viewtopic.php?f=6&t=163


git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3988 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
michitux 18 years ago
parent b4d0f4af0f
commit a695c93662

@ -8,6 +8,9 @@
<body style="margin:0px;">
#%env/templates/header.template%#
#%env/templates/submenuConfig.template%#
<!--[if IE]>
<div style="clear:left;" class="gainlayout">
<![endif]-->
<div class="welcome">
<center><h2>Welcome to YaCy!</h2></center>
@ -188,7 +191,10 @@
</div>
#%[privateStatusTable]%#
<!--[if IE]>
</div>
<![endif]-->
#%env/templates/footer.template%#
</body>
</html>

@ -343,7 +343,7 @@ div.welcome { /* The heading in Status.html */
div.sidebar { /* sidebars on the right side */
float:left;
width:28%;
width:27%;
margin:10px 0;
padding-top:10px;
text-align:left;

@ -7,7 +7,7 @@
//
// $LastChangedDate$
// $LastChangedRevision$
// $LastChangedBy: $
// $LastChangedBy$
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by

@ -6,7 +6,7 @@
//
// $LastChangedDate$
// $LastChangedRevision$
// $LastChangedBy: $
// $LastChangedBy$
//
// LICENSE
//

Loading…
Cancel
Save