diff --git a/html-cms/blog.html b/html-cms/blog.html index b599b5c..692ed5f 100644 --- a/html-cms/blog.html +++ b/html-cms/blog.html @@ -83,4 +83,4 @@
CACIC - Configurador Automático e Coletor de Informações Computacionais
- \ No newline at end of file + diff --git a/pagina_comunidade.css b/pagina_comunidade.css index 969895c..fd2afde 100644 --- a/pagina_comunidade.css +++ b/pagina_comunidade.css @@ -828,6 +828,7 @@ ul#itens-legend-grafic{ border-top: 1px solid #D3D6DE; padding-top: 25px; margin-bottom: 25px; + display: table; } .blog-event-item .blog-event-information .date { @@ -837,6 +838,7 @@ ul#itens-legend-grafic{ } .blog-event-item .blog-event-information .title { + padding-right: 0px !important; font-weight: 700 !important; font-size: 15px; margin-top: 6px; @@ -850,14 +852,14 @@ ul#itens-legend-grafic{ } .blog-event-item .blog-event-information { - float: left; - width: 370px; + display: table-cell; + width: 100%; } .blog-event-item .item-image { - float: left; - height: 100%; - margin-right: 20px; + display: table-cell; + vertical-align: top; + padding-right: 20px; } .blog-event-item img { -- libgit2 0.21.2