* adjust style of api view.

This commit is contained in:
zhujinyong
2013-07-15 00:37:59 +00:00
parent 3ee5fbecd5
commit f41270e6ca
2 changed files with 2 additions and 1 deletions

1
module/api/css/view.css Normal file
View File

@@ -0,0 +1 @@
#api p{margin: 5px 0 2px 0;}

View File

@@ -1,6 +1,6 @@
<?php include '../../common/view/header.lite.html.php';?>
<?php include '../../common/view/form.html.php';?>
<table class='table-1'>
<table class='table-1' id='api'>
<caption>
<?php echo $method->post ? 'GET/POST ' . $filePath : 'GET ' . $filePath?>
</caption>