web/data/cubicweb.css
branchstable
changeset 6892 e73245c14516
parent 6559 705b06981bf1
child 6950 8a17e6e34f0f
--- a/web/data/cubicweb.css	Wed Jan 26 09:32:34 2011 +0100
+++ b/web/data/cubicweb.css	Tue Jan 25 15:16:05 2011 +0100
@@ -221,7 +221,6 @@
 
 table#header {
   background: %(headerBgColor)s url("banner.png") repeat-x top left;
-  text-align: left;
   width: 100%;
 }
 
@@ -233,10 +232,6 @@
   color: %(defaultColor)s;
 }
 
-table#header td#headtext {
-  float: left;
-}
-
 table#header td#header-right {
   padding-top: 1em;
   float: right;
@@ -253,10 +248,6 @@
 }
 
 /* Popup on login box and userActionBox */
-div.popupWrapper {
-  position: relative;
-}
-
 div.popup {
   position: absolute;
   background: #fff;