MediaWiki:Nostale.css: differenze tra le versioni

Riga 2: Riga 2:
 
     background-color: transparent;
 
     background-color: transparent;
 
     border: none;
 
     border: none;
 +
}
 +
ul.gallery li.gallerybox {
 +
width: 100%;
 +
}
 +
ul.gallery li.gallerybox > div {
 +
width: 100%;
 +
}
 +
ul.gallery li.gallerybox div.thumb {
 +
float: left;
 
}
 
}

Versione delle 21:22, 23 ott 2012

li.gallerybox div.thumb {
    background-color: transparent;
    border: none;
}
ul.gallery li.gallerybox {
	width: 100%;
}
ul.gallery li.gallerybox > div {
	width: 100%;
}
ul.gallery li.gallerybox div.thumb {
	float: left;
}