From 114dcc974ff071e7091dea38a97b3d3ac2be8d0a Mon Sep 17 00:00:00 2001 From: Eduardo Junior <edujrrib@gmail.com> Date: Thu, 28 Apr 2016 16:56:03 -0300 Subject: [PATCH] =?UTF-8?q?Realiza=20pequenas=20modifica=C3=A7=C3=B5es=20n?= =?UTF-8?q?o=20cabe=C3=A7alho=20das=20vignettes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vignettes/_before_body.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/vignettes/_before_body.html b/vignettes/_before_body.html index 6e46a11..af0debb 100644 --- a/vignettes/_before_body.html +++ b/vignettes/_before_body.html @@ -1,26 +1,28 @@ <style type="text/css"> div.header { margin-top: 20px; - line-height: 20%; + border-bottom: 1px solid #BCBCBC; } table.header { margin-top: 10px; } </style> -<table class="header" width="100%"> +<table class="header" width="100%" align="center"> <tr> - <td align="left" valign="bottom" width="100px"> - <img src="img/MRDCr_logo.png" width="80px" /> + <td align="left" valign="bottom" width="90px"> + <img src="img/MRDCr_logo.png" width="100%" /> </td> <td align="left" valign="top"> <div class="header"> - <h4> + <h4 style="font-size: 20px; margin: 10px"> Modelos de Regressão para Dados de Contagem com o R </h4> - <em><a href="https://github.com/leg-ufpr/MRDCr"> - github.com/leg-ufpr/MRDCr - </a></em> + <h5 style="margin: 0px 0px 10px 10px"> + <a href="https://github.com/leg-ufpr/MRDCr"> + <code>github.com/leg-ufpr/MRDCr</code> + </a> + </h5> </div> </td> </tr> -- GitLab