dimanche 1 mars 2009

center images

have a lot of fun
Centre les images dans la page



when you right-click on an image to display it alone & centered /
quand vous cliquez à droite sur une image > afficher l'image, centre l'image dans la page

in your userContent.css
~/.mozilla/firefox/profile name/chrome/userContent.css
(if it does not exist : create folder and file)


@namespace url(http://www.w3.org/1999/xhtml);


/* ====== CENTRER LES IMAGES ====== */

HTML > BODY:only-child > IMG:only-child
{
display: block !important;
margin: auto !important;
}

/* ===/// CENTRER LES IMAGES ====== */


that's all folks
#! CRUNCHBANG LINUX

Aucun commentaire: