jueves, 9 de febrero de 2012

Fixing facebook on firefox

If you use Firefox and the new Facebook photo display mode the photos are out of place, and by out of place i mean they are wrongly placed.
Go get the stylish addon and add this rule for facebook:
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {
   .stage img{
      position:relative;
      top: -100%;
   }
}

No hay comentarios:

Publicar un comentario