added a line at column 80 for reference
4 files changed, 4 lines added, 1 line removed
Changes
--- clientSide/codeEdit/css/style.css e88a18caf9f64beee3bf5b1a84e9b8b1cf0e8a4c
+++ clientSide/codeEdit/css/style.css 1fa5a15a753e23a405e4f570f46caff319f587ee
@@ -11,6 +11,7 @@
+ font-size: 20px;
--- clientSide/codeEdit/index.html e88a18caf9f64beee3bf5b1a84e9b8b1cf0e8a4c
+++ clientSide/codeEdit/index.html 1fa5a15a753e23a405e4f570f46caff319f587ee
@@ -52,10 +52,12 @@
+ <pre style="position: absolute;border-right: 1px solid #000; height:100%"> </pre>
+
- <pre class="codeblock" contentEditable="true" id="codeDoc" style="color:red;outline:none;background:#EEE" spellcheck='false'></pre>
+ <pre class="codeblock" contentEditable="true" id="codeDoc" style="color:red;outline:none;" spellcheck='false'></pre>