From 81153435c160e585e431787e01e6c43e088a03ba Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 27 Feb 2016 13:55:01 +0100 Subject: [PATCH] Minor fixes --- cgi-bin/webbuild-webbuild-arm.cgi | 2 +- functions.php | 1 + styles/webbuild.css | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cgi-bin/webbuild-webbuild-arm.cgi b/cgi-bin/webbuild-webbuild-arm.cgi index 45be016..e17a32d 100755 --- a/cgi-bin/webbuild-webbuild-arm.cgi +++ b/cgi-bin/webbuild-webbuild-arm.cgi @@ -1,5 +1,5 @@ #!/bin/bash -WEBBUILD_HOST=webbuild-arm.openmamba.org +WEBBUILD_HOST=mambanana if [ "$QUERY_STRING" ]; then # get (download, preserve content-type and content-disposition headrs) contentdisposition=`curl -4 --connect-timeout 40 -sI "http://$WEBBUILD_HOST/cgi-bin/webbuild?$QUERY_STRING" -H "Content-Type: $CONTENT_TYPE" | grep Content-Disposition` diff --git a/functions.php b/functions.php index 895c8bb..5b4b5de 100644 --- a/functions.php +++ b/functions.php @@ -269,6 +269,7 @@ function hook_cookielaw() $output .= "\n"; + $output .= "\n"; echo $output; } diff --git a/styles/webbuild.css b/styles/webbuild.css index cfe4cc5..562dbd4 100644 --- a/styles/webbuild.css +++ b/styles/webbuild.css @@ -450,3 +450,4 @@ input { .socialbox div { margin-bottom:1px; } .socialbox hr { margin:0; color:#FFF; } .downloadbox table { font-size: 9pt; border:1px solid #2b6600; margin: 4px; padding:4; background-color: #e0f2d0; } +div.speccreate { display:inline-block; }