Skip to content

Commit e488e4e

Browse files
committed
CodeIgniter-Blog v2.4.12 Optimized website UI.
1 parent 70fd575 commit e488e4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

application/views/admin/guestbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!--content start-->
2525
<div id="content">
2626
<!--left-->
27-
<div class="left" id="c_left">
27+
<div class="left" id="guestbook">
2828
<div class="weizi">
2929
<div class="wz_text">当前位置:首页><h1>留言板</h1></div>
3030
</div>

application/views/guestbook.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!--content start-->
2525
<div id="content">
2626
<!--left-->
27-
<div class="left" id="c_left">
27+
<div class="left" id="guestbook">
2828
<div class="weizi">
2929
<div class="wz_text">
3030
当前位置:首页><font color="red">留言板</font>

static/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ span.bds_more{line-height:16px !important;}
9797
background:url("../images/tx.jpg") 5px 9px no-repeat;padding-left:25px;margin-left:20px;}
9898
#news .news_content .news_text{width:710px;}
9999
/*留言板*/
100-
#content #guestbook{width:730px;height:500px;background:#fff;}
101-
#guestbook .g_content{width:710px;height:300px;margin-top:10px;padding:0 10px;}
100+
#content #guestbook{width:730px;background:#fff;}
101+
#guestbook .g_content{width:710px;margin-top:10px;padding:0 10px;}
102102

103103
/*Article*/
104104
.article-title{text-align: center;margin-top:10px;padding: 20px;}

0 commit comments

Comments
 (0)