From ebc1c7804921a8b0949a910dfadbdb1855b3a53e Mon Sep 17 00:00:00 2001 From: Walmes Zeviani <walmes@ufpr.br> Date: Wed, 24 Jul 2019 19:49:10 -0300 Subject: [PATCH] Improves CSS and book cover position on index. --- config/gb-style.css | 2 +- index.Rmd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/gb-style.css b/config/gb-style.css index 56b8d5d..fc373f9 100644 --- a/config/gb-style.css +++ b/config/gb-style.css @@ -59,7 +59,7 @@ table > caption { /* References ------------------------------ */ .book .book-body .page-wrapper .page-inner div.references p { - text-indent: -1em; + text-indent: -1em !important; margin-left: 1em; text-align: left; } diff --git a/index.Rmd b/index.Rmd index 61ad32f..d495c60 100644 --- a/index.Rmd +++ b/index.Rmd @@ -44,7 +44,7 @@ complement: > <!-- Imagem de capa. --> ```{r, echo = FALSE, results = "asis", eval = isOutput("html")} -img <- '# {-}\n\n<img src="./config/mpaer-cover.png" width="350" alt="Manual de Planejamento e AnĂ¡lise de Experimentos com R" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/>' +img <- '# {-}\n\n<div><img src="./config/mpaer-cover.png" width="350" alt="Manual de Planejamento e AnĂ¡lise de Experimentos com R" style="box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.6);"/></div>' cat(img, "\n") ``` -- GitLab