diff --git a/styles/drupal.css b/styles/drupal.css
index 292fef1..5684e2c 100644
--- a/styles/drupal.css
+++ b/styles/drupal.css
@@ -18,7 +18,6 @@ form#search-block-form label {
   display: inline;
 }
 #info {
-  float: left; /* LTR */
   margin: 0 0 7px 7px; /* LTR */
 }
 #user-login-form {
diff --git a/styles/style.css b/styles/style.css
index 4585d20..45acdaf 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -207,7 +207,7 @@ html {
   font-size: 0.9em;
 }
 #closure #info {
-  float: left; /* LTR */
+  text-align: center;
   margin: 0 0 10px 5px; /* LTR */
 }
 #closure ul.links {
