From 953ddcbb88621b358abd74fc12de5b06a3fc351d Mon Sep 17 00:00:00 2001 From: fahimkhan Date: Mon, 22 Aug 2016 12:31:40 +0530 Subject: Footer color changed --- public/css/customstylesheet.css | 4 ++++ routes/routes.js | 3 ++- views/index.html | 7 ++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/public/css/customstylesheet.css b/public/css/customstylesheet.css index 75bf187..89e3202 100644 --- a/public/css/customstylesheet.css +++ b/public/css/customstylesheet.css @@ -13,3 +13,7 @@ body { text-align: left; width: 100%; } + +.footer{ + background: #222222; +} diff --git a/routes/routes.js b/routes/routes.js index ca07fba..5dbda92 100644 --- a/routes/routes.js +++ b/routes/routes.js @@ -73,7 +73,8 @@ module.exports = function(express,app,fs,os,io,PythonShell,scriptPath){ { //Adding Plot component in a file - sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); + sed('-i', 'run', 'run \n print allv > /tmp/plot_allv_'+socketID+'.txt \n \ + print alli > /tmp/plot_alli_'+socketID+'.txt', fileName); } diff --git a/views/index.html b/views/index.html index e3c8d72..6f18eee 100644 --- a/views/index.html +++ b/views/index.html @@ -90,7 +90,7 @@ v1 in gnd pwl(0m 0 0.5m 5 50m 5 50.5m 0 100m 0)
-

Server acknowledgement go here

+

Server acknowledgement goes here