Skip to content

Commit

Permalink
padding
Browse files Browse the repository at this point in the history
  • Loading branch information
zhblue committed Jan 24, 2025
1 parent c1fc721 commit 38f02f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion trunk/web/admin/backup.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
?>

<div class="container">
<div class="padding">
<br>
<br>
<br>
Expand Down
2 changes: 1 addition & 1 deletion trunk/web/admin/news_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
include_once("kindeditor.php");
?>

<div class="container">
<div class="padding">
<?php
if(isset($_POST['news_id'])){
require_once("../include/check_post_key.php");
Expand Down
2 changes: 1 addition & 1 deletion trunk/web/admin/news_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<hr>
<center><h3><?php echo $MSG_NEWS."-".$MSG_LIST?></h3></center>

<div class='container'>
<div class='padding'>

<?php
$sql = "SELECT COUNT('news_id') AS ids FROM `news`";
Expand Down
2 changes: 1 addition & 1 deletion trunk/web/admin/privilege_add.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<hr>
<center><h3><?php echo $MSG_USER."-".$MSG_PRIVILEGE."-".$MSG_ADD?></h3></center>

<div class="container">
<div class="padding">

<?php
if (isset($_POST['do'])) {
Expand Down

0 comments on commit 38f02f6

Please sign in to comment.