diff --git a/htroot/Status.html b/htroot/Status.html
index 27a4c7fe6..a4ac1d985 100644
--- a/htroot/Status.html
+++ b/htroot/Status.html
@@ -7,7 +7,9 @@
#%env/templates/header.template%#
-
+
Welcome to YaCy!
@@ -199,8 +201,9 @@
#%[privateStatusTable]%#
-
-
+
#%env/templates/footer.template%#
diff --git a/htroot/env/base.css b/htroot/env/base.css
index 95903e918..0aa197ebb 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -333,7 +333,7 @@ h2.yacy { /* The heading in index.html */
div.welcome { /* The heading in Status.html */
float:left;
- margin:10px auto;
+ margin:10px 0;
padding-top:130px;
text-align:left;
width:44%;
@@ -343,7 +343,7 @@ div.welcome { /* The heading in Status.html */
div.sidebar { /* sidebars on the right side */
float:left;
width:28%;
- margin:10px auto;
+ margin:10px 0;
padding-top:10px;
text-align:left;
}
@@ -700,4 +700,4 @@ img.favicon{
}
p.iconindented{
padding-left: 19px;
-}
\ No newline at end of file
+}
diff --git a/htroot/env/ie6.css b/htroot/env/ie6.css
new file mode 100644
index 000000000..bd7de7ddf
--- /dev/null
+++ b/htroot/env/ie6.css
@@ -0,0 +1 @@
+/* Fixes for IE 6 and lower */
diff --git a/htroot/env/ie7.css b/htroot/env/ie7.css
new file mode 100644
index 000000000..803dfc0c4
--- /dev/null
+++ b/htroot/env/ie7.css
@@ -0,0 +1,6 @@
+/* Fixes for IE 7 and lower */
+
+/* A class for elements that should get layout because this fixes many things */
+.gainlayout {
+ height: 1%;
+}
diff --git a/htroot/env/oldie.css b/htroot/env/oldie.css
new file mode 100644
index 000000000..a1542ac84
--- /dev/null
+++ b/htroot/env/oldie.css
@@ -0,0 +1,6 @@
+/* Fixes for IE 5 and lower */
+
+/* IE 5 and lower can't display favicons, so hide them */
+img.favicon {
+ display: none;
+}
diff --git a/htroot/env/templates/metas.template b/htroot/env/templates/metas.template
index bb0228ed4..54bf44eaf 100644
--- a/htroot/env/templates/metas.template
+++ b/htroot/env/templates/metas.template
@@ -6,4 +6,13 @@
-
\ No newline at end of file
+
+
+
+