diff options
-rw-r--r-- | public/css/customstylesheet.css | 5 | ||||
-rw-r--r-- | views/index.html | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/public/css/customstylesheet.css b/public/css/customstylesheet.css index 89e3202..26ae4b7 100644 --- a/public/css/customstylesheet.css +++ b/public/css/customstylesheet.css @@ -4,11 +4,6 @@ body { padding-bottom: 20px; } -/*textarea { - text-align: left; - width: 100%; -} -*/ .editorArea{ text-align: left; width: 100%; diff --git a/views/index.html b/views/index.html index 2971225..4a30753 100644 --- a/views/index.html +++ b/views/index.html @@ -79,7 +79,7 @@ v1 in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0) .end
</textarea>
<h3>Plots:</h3>
- <textarea class="form-control" id="plotOption" rows="1">
+ <textarea class="form-control" id="plotOption" rows="3">
v(in) v(out)
</textarea>
|