From b31953b52692e6061c4a986570620124e2ee355f Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Wed, 9 Mar 2016 18:55:15 -0800 Subject: ok awesome --- share/frontend/imconcat/index.html | 97 +++++++++++++++++++++++++------------- 1 file changed, 65 insertions(+), 32 deletions(-) (limited to 'share/frontend/imconcat/index.html') diff --git a/share/frontend/imconcat/index.html b/share/frontend/imconcat/index.html index 89a896b..e244c9e 100644 --- a/share/frontend/imconcat/index.html +++ b/share/frontend/imconcat/index.html @@ -34,24 +34,6 @@ margin-bottom: 10px; background-color: #222; } -// .logo-row{ -// display: inline; -// } -// div.logo-row{ -// max-width: 544px; -// width: 544px; -// } -// img.logo-row{ -// vertical-align: top; -// } -// #logo-scratch{ -// position:relative; -// top: -52px; -// } -// #logos{ -// width: 100%; -// -// } .btn{ margin-top: 10px; background-color: gray; @@ -84,6 +66,15 @@ #final_image > img{ width: 100%; } + #send_to_input{ + margin-top: 10px; + } + .dontshowme{ + display: none; + } + #error_message{ + color: red; + } @@ -97,6 +88,7 @@ imlandscape imbreak shader + ascii

@@ -109,25 +101,31 @@