Team:UCLondon/Templates/Team-Style

From 2012e.igem.org

(Difference between revisions)
Line 81: Line 81:
   .team .description { display:none; }
   .team .description { display:none; }
-
/*  #shadow {
+
  #shadow {
               background-color: red;
               background-color: red;
               position:absolute;
               position:absolute;
Line 88: Line 88:
   }
   }
-
*/
+
 
</style>
</style>
Line 98: Line 98:
   this.css({
   this.css({
     'position':'absolute',
     'position':'absolute',
-
     'top':Math.abs(((w.height() - this.outerHeight()) / 2) ),
+
     'top':Math.abs(((w.height() - this.height()) / 2) ),
     'left':Math.abs(((w.width() - this.outerWidth()) / 2) )
     'left':Math.abs(((w.width() - this.outerWidth()) / 2) )
   });
   });

Revision as of 06:20, 17 September 2012