From 8ce534decfaee4d0316aeeee2e054f279872097f Mon Sep 17 00:00:00 2001
From: Walmes Zeviani <walmes@ufpr.br>
Date: Tue, 22 Dec 2015 14:12:23 -0200
Subject: [PATCH] =?UTF-8?q?Controla=20estilo=20do=20t=C3=ADtulo=20e=20auto?=
 =?UTF-8?q?r=20no=20css.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 style.css | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/style.css b/style.css
index c1995d6..0ab316d 100644
--- a/style.css
+++ b/style.css
@@ -8,11 +8,18 @@ tt, code, pre {
     font-family: "Inconsolata", "Andale Mono", monospace;
 }
 
-/*
-code {
-    font-size: 16px;
-}
-*/
+/* Controla o título. */
+#header {
+    text-align: center;
+    border-bottom: 1px solid black;
+    margin-bottom: 20px;
+}
+
+/* Controla o sumário. */
+/* #TOC { display: block; } */
+/* h1.title {} */
+/* h4.author {} */
+/* code { font-size: 16px; } */
 
 pre code {
     font-size: 14px;
-- 
GitLab