From 20913ff2649bd1b844e6a37205d86c097072af91 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Thu, 2 Apr 2015 12:42:10 -0400 Subject: [PATCH] Fixes #1. Moved compile button above textarea --- .gitignore | 3 +++ public/site.css | 2 +- views/index.jade | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e442d3c..00eed58 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,6 @@ node_modules #nodejs things node_modules npm-debug.log + +#vim swap files +*.swp diff --git a/public/site.css b/public/site.css index ca9fef1..72d0847 100644 --- a/public/site.css +++ b/public/site.css @@ -28,5 +28,5 @@ nav { } .btm-btn { - margin-top: 4px; + margin-bottom: 4px; } diff --git a/views/index.jade b/views/index.jade index df0530b..f8bf900 100644 --- a/views/index.jade +++ b/views/index.jade @@ -15,9 +15,9 @@ block body form .form-group label(for="inputCode") Code + button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile #codearea textarea.code.formControl.sh_c(rows="12" id="inputCode") - button(onclick="compile()" type="button").btn.btn-default.btm-btn.pull-right Compile .col-md-6 p.lbl.