* adjust style of api view.
This commit is contained in:
1
module/api/css/view.css
Normal file
1
module/api/css/view.css
Normal file
@@ -0,0 +1 @@
|
||||
#api p{margin: 5px 0 2px 0;}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user