Bienvenue sur le wiki de Nuit debout, nous sommes le 3020 mars.




Utilisateur:Jmv/common.css : Différence entre versions

De NuitDebout
Aller à : navigation, rechercher
 
Ligne 1 : Ligne 1 :
  
@import url(https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.css);
 
@import url(https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/default-skin/default-skin.min.css);
 
  
 
.my-gallery {
 
.my-gallery {

Version actuelle en date du 2 juillet 2016 à 13:53

.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}