Adding a margin for nicer display of the docs.
This commit is contained in:
+7
-1
@@ -29,6 +29,12 @@
|
|||||||
display: block;
|
display: block;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
#docs {
|
||||||
|
top: 6em;
|
||||||
|
left: 550px;
|
||||||
|
position: absolute;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@@ -40,7 +46,7 @@
|
|||||||
|
|
||||||
<div id="shortdesc">Using WPS formats to interact with WPS</div>
|
<div id="shortdesc">Using WPS formats to interact with WPS</div>
|
||||||
|
|
||||||
<div id="docs" style="top: 6em; left: 550px; position: absolute">
|
<div id="docs">
|
||||||
<p>This example shows WPS in action by using the WPSCapabilities,
|
<p>This example shows WPS in action by using the WPSCapabilities,
|
||||||
WPSDescribeProcess and WPSExecute formats. See
|
WPSDescribeProcess and WPSExecute formats. See
|
||||||
<a target="_blank" href="bing-tiles.js">wps.js</a> for the
|
<a target="_blank" href="bing-tiles.js">wps.js</a> for the
|
||||||
|
|||||||
Reference in New Issue
Block a user