Skip to content

Commit

Permalink
reveal_textarea.html updated layout in Version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Engelbert Niehaus committed Mar 29, 2020
1 parent c5492bf commit ca54822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions docs/wiki2reveal_textarea.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,17 @@
<script src="db/wikipage_db.js"></script>

</head>
<body>
<body style="background:#C0C0C0">
<div class="reveal">
<H2 class="slides" id="divslides">
Waiting for Wiki-Download ...
</H2>
<br>
<br>
<br>
<br>
<textarea id="revealout" rows="140" cols="120">
output
</textarea>
<center>
<textarea id="revealout" rows="40" cols="120">
Waiting for Output ...
</textarea>
</center>
</div>
<!--
<div style="display:none">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wiki2reveal",
"exportvar": "Wiki2Reveal",
"version": "2.1.1",
"version": "2.1.2",
"description": "Converts Wiki Source Text to RevealJS Presentation including Download the online source",
"main": "main.js",
"directories": {
Expand Down

0 comments on commit ca54822

Please sign in to comment.