Skip to content

Commit cd0ab1a

Browse files
author
Your Name
committed
x
1 parent 392e586 commit cd0ab1a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

github_markdown_text_colorizer/bin/gitmdtxtclr3.py

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def index(self):
302302
</head>
303303
<body>
304304
<div class="container">
305-
<div class="form-container">
305+
<div class="form-container" width=60% >
306306
<h1><a href=https://github.com/Daylily-Informatics/github_markdown_text_colorizer>GitHub Markdown Text Colorizer</a></h1>
307307
<div class="navigation">
308308
<a href="https://github.com/Daylily-Informatics">Daylily Informatics</a>
@@ -365,15 +365,16 @@ def index(self):
365365
</div>
366366
</form>
367367
</div>
368-
<div class="result-container">
368+
<div class="result-container" >
369369
<br><br><br><br>
370370
<p>NOTICE: this is a proof of concept & there are no guaruntees re: availability. <br><a href=https://github.com/Daylily-Informatics/github_markdown_text_colorizer >__for routine use, set up your own service__</a></p>
371-
<p id="requestUrl"></p>
371+
372+
<p id="requestUrl"></p>
372373
<p id="requestUrl2"></p>
373-
374+
374375
<img id="resultImage" class="result-image" />
375376
</div>
376-
</div>
377+
</div>
377378
378379
<script>
379380
function submitForm() {

0 commit comments

Comments
 (0)