summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfahimkhan2016-08-24 11:37:50 +0530
committerfahimkhan2016-08-24 11:37:50 +0530
commitff95c8d76ed5a492fd3911fd86484cd82849ee26 (patch)
treeaeaaf05e6e2821d17823270c0cb3d38240471654
parent16817d4e950de742af75911c92bf53c9bdaca446 (diff)
downloadOnline-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.tar.gz
Online-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.tar.bz2
Online-NgSpice-Simulator-ff95c8d76ed5a492fd3911fd86484cd82849ee26.zip
Plot rows increase to 3
-rw-r--r--public/css/customstylesheet.css5
-rw-r--r--views/index.html2
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>