From e4247472f9c55c4752c07704f01d5f7a9c6fab32 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Fri, 30 Mar 2012 19:57:20 -0700 Subject: [PATCH] Adding a margin for nicer display of the docs. --- examples/wps.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/wps.html b/examples/wps.html index 10de97be5c..596f60e1f0 100644 --- a/examples/wps.html +++ b/examples/wps.html @@ -29,6 +29,12 @@ display: block; margin-top: 10px; } + #docs { + top: 6em; + left: 550px; + position: absolute; + margin-right: 10px; + } @@ -40,7 +46,7 @@
Using WPS formats to interact with WPS
-
+

This example shows WPS in action by using the WPSCapabilities, WPSDescribeProcess and WPSExecute formats. See wps.js for the