From c27ce1940c6c19199f71df96a01d176ba7452191 Mon Sep 17 00:00:00 2001
From: KatolaZ <katolaz@freaknet.org>
Date: Mon, 3 Jul 2017 22:47:55 +0100
Subject: [PATCH] Minor changes to the template

---
 html/header.html | 5 +++++
 html/templ.html  | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/html/header.html b/html/header.html
index 16a2f8f..f161dd2 100644
--- a/html/header.html
+++ b/html/header.html
@@ -2,6 +2,11 @@
   <head>
     <title>binit</title>
     <style type="text/css">
+      body {
+      margin-top: 10px;
+      line-height:1.6;
+      font-size:20px;
+      }
       div.title {border-bottom: 2px solid #444444; border-left: 4px
       solid #444444; margin: 3px; padding-left: 5px;}
       
diff --git a/html/templ.html b/html/templ.html
index 7729b23..91c0189 100644
--- a/html/templ.html
+++ b/html/templ.html
@@ -14,7 +14,9 @@
 
 <div class="raw_content">
   <div class="raw_title">Raw paste: </div>
-  <textarea class="raw_content"><pre>{{RAW_CONTENT}}</pre></textarea>
+<pre>
+<textarea class="raw_content">{{RAW_CONTENT}}</textarea>
+</pre>
 </div>
 
 </body>