From c2d9dc9e389a765db1aabb6eea916bdbdcc5f284 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Wed, 25 Mar 2015 20:01:38 +0100 Subject: [PATCH] added CSS --- dencoder.css | 15 +++++++++++++++ dencoder.js | 2 +- index.html | 1 + 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 dencoder.css diff --git a/dencoder.css b/dencoder.css new file mode 100644 index 0000000..f6565f9 --- /dev/null +++ b/dencoder.css @@ -0,0 +1,15 @@ +body { +} +div.wrapper { + margin-bottom: 0.5em; + margin-left: auto; + margin-right: auto; + width: 50%; +} +textarea.input { + display: block; + height: 150px; + width: 100%; +} +input.conversion { +} diff --git a/dencoder.js b/dencoder.js index aa6c689..158ebd2 100644 --- a/dencoder.js +++ b/dencoder.js @@ -57,7 +57,7 @@ } ]; var optiontemplate = ""; - var template = "
" + var template = "
" + "
"; diff --git a/index.html b/index.html index d0c1781..dfe5d47 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ encoder-decoder +