diff options
| author | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-30 01:04:08 +0000 |
|---|---|---|
| committer | f1ori <f1ori@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2010-12-30 01:04:08 +0000 |
| commit | bbd3d64cc2a461ea96f4c5d15345e91ec873eb61 (patch) | |
| tree | 68a566aeee05e0770c5d4039c9834b1ec8c78814 | |
| parent | 2751c52617d2c9600905fb42500c2beb66ea2129 (diff) | |
* fix layout of yacyinteractive
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7416 6c8d7289-2bf4-0310-a012-ef5d649a1542
| -rw-r--r-- | htroot/yacyinteractive.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/yacyinteractive.html b/htroot/yacyinteractive.html index ef64c3649..bd0074a25 100644 --- a/htroot/yacyinteractive.html +++ b/htroot/yacyinteractive.html @@ -66,8 +66,8 @@ To see a list of all APIs, please visit the <a href="http://www.yacy-websuche.de </form> <div id="searchnavigation"></div> </div> -<div id="downloadscript"></div> -<div id="searchresults"> +<div id="downloadscript" style="clear:both;"></div> +<div id="searchresults" style="clear:both;"> <h3>DECENTRALIZE - run this search portal yourself (if you like). Just follow these steps:</h3> <ul> <li>download the software from yacy.net and run it. (you need OpenJDK6). A http server is started and serves the administration pages.</li> @@ -95,4 +95,4 @@ document.getElementById("query").focus(); </script> #%env/templates/footer.template%# </body> -</html>
\ No newline at end of file +</html> |
