From 62b72a6ee4265a797156d46246ca2e13ec1365fa Mon Sep 17 00:00:00 2001
From: Andre Brait <andrebrait@gmail.com>
Date: Sun, 3 Jun 2018 15:15:57 -0300
Subject: [PATCH] Restoring original printable tutorial CSS

---
 docs/tutorial/tutiStyle.css | 40 +++++++++++++++++--------------------
 1 file changed, 18 insertions(+), 22 deletions(-)

diff --git a/docs/tutorial/tutiStyle.css b/docs/tutorial/tutiStyle.css
index e65c4e8..79b0301 100644
--- a/docs/tutorial/tutiStyle.css
+++ b/docs/tutorial/tutiStyle.css
@@ -1,13 +1,3 @@
-@page {
-    size: A4;
-}
-
-body {
-    width: 21cm;
-    margin-left: auto;
-    margin-right: auto;
-}
-
 .text {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #000000;
@@ -58,7 +48,7 @@ h2.news {
     font-variant: normal;
     text-transform: none;
     margin-top: 50px;
-    margin-bottom: 0px;
+    margin-bottom: 0;
 }
 
 h3 {
@@ -90,6 +80,11 @@ h3 {
     text-transform: none;
 }
 
+.blue {
+    color: #000077;
+    background-color: #000077;
+}
+
 tr.height80 {
     height: 80px;
 }
@@ -137,29 +132,26 @@ ol.extra-space li {
 
 table.showEmptyCells {
     empty-cells: show;
-    margin-top: 0px;
+    margin-top: 0;
 }
 
 td.menu {
     text-align: left;
-    /*vertical-align:center;*/
 }
 
 td.subMenu {
     text-align: left;
     text-indent: 10pt;
-    /*vertical-align:center;*/
 }
 
 td.subsubMenu {
     text-align: left;
     text-indent: 20pt;
-    /*vertical-align:center;*/
 }
 
 /* The style of the page-text */
 td.bodyText {
-    font-size: 11pt;
+    font-size: 10pt;
 }
 
 /* Text that should be small */
@@ -168,7 +160,11 @@ td.bodyText {
 }
 
 table td {
-    font-size: 11pt;
+    font-size: 10pt;
+}
+
+.bodyText {
+    font-size: 10pt;
 }
 
 .subsubBody {
@@ -208,12 +204,12 @@ table td {
 }
 
 .question {
-    font-size: 11pt;
+    font-size: 10pt;
     font-weight: bold;
 }
 
 .answer {
-    font-size: 11pt;
+    font-size: 10pt;
 }
 
 .messageText {
@@ -297,7 +293,7 @@ table td {
 
 .note_nav_link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 11pt;
+    font-size: 10pt;
     color: #000077;
     text-decoration: none;
     border-bottom: none;
@@ -309,7 +305,7 @@ table td {
 
 .text_nav_link {
     font-family: Verdana, Arial, Helvetica, sans-serif;
-    font-size: 11pt;
+    font-size: 10pt;
     color: #000077;
     text-decoration: none;
     border-bottom: none;
@@ -388,4 +384,4 @@ a.SubSubMenuLink {
 
 a.SubSubMenuLink:hover {
     color: rgb(160, 0, 0);
-}
\ No newline at end of file
+}
-- 
GitLab