summaryrefslogtreecommitdiff
path: root/public/css/customstylesheet.css
diff options
context:
space:
mode:
authorfahimkhan2016-08-17 12:55:05 +0530
committerfahimkhan2016-08-17 12:55:05 +0530
commit396884a528a0c12e4763fe0986f88eba0de47794 (patch)
tree703dd57dac3377f79d932287369633d9c812cdc9 /public/css/customstylesheet.css
downloadOnline-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.tar.gz
Online-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.tar.bz2
Online-NgSpice-Simulator-396884a528a0c12e4763fe0986f88eba0de47794.zip
Moving Repository from https://github.com/fahimkhan/Online-NgSpice-Simulator to https://github.com/FOSSEE/Online-NgSpice-Simulator
Diffstat (limited to 'public/css/customstylesheet.css')
-rw-r--r--public/css/customstylesheet.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/public/css/customstylesheet.css b/public/css/customstylesheet.css
new file mode 100644
index 0000000..75bf187
--- /dev/null
+++ b/public/css/customstylesheet.css
@@ -0,0 +1,15 @@
+/* Move down content because we have a fixed navbar that is 50px tall */
+body {
+ padding-top: 50px;
+ padding-bottom: 20px;
+}
+
+/*textarea {
+ text-align: left;
+ width: 100%;
+}
+*/
+.editorArea{
+ text-align: left;
+ width: 100%;
+}