Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

HTML
<style>
.sr-showcase>.showcase-title    {
    text-align: center;
	font-weight: bold;
}
.sr-showcase>.showcase-caption  {
    
}

.sr-showcase img{
	width: 100px;
	height: 100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 0;
}

.sr-showcase>.showcase-caption>.showcase-action {
    text-align:center;
	width: 100%;
}
</style>

...