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 {
    margin:0;
}

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

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

...