Minor changes to the template

master 0.2
KatolaZ 8 years ago
parent 7bf14a95b4
commit c27ce1940c
  1. 5
      html/header.html
  2. 4
      html/templ.html

@ -2,6 +2,11 @@
<head> <head>
<title>binit</title> <title>binit</title>
<style type="text/css"> <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 div.title {border-bottom: 2px solid #444444; border-left: 4px
solid #444444; margin: 3px; padding-left: 5px;} solid #444444; margin: 3px; padding-left: 5px;}

@ -14,7 +14,9 @@
<div class="raw_content"> <div class="raw_content">
<div class="raw_title">Raw paste: </div> <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> </div>
</body> </body>

Loading…
Cancel
Save