fixed responsive with issue #74

update grid system
This commit is contained in:
fen
2013-11-18 14:57:48 +08:00
parent f86646bce2
commit 3873bff06e
32 changed files with 56 additions and 54 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Typecho_Widget::widget('Widget_Contents_Post_Edit')->to($post);
<div class="main">
<div class="body container">
<?php include 'page-title.php'; ?>
<div class="col-group typecho-page-main typecho-post-area" role="form">
<div class="colgroup typecho-page-main typecho-post-area" role="form">
<form action="<?php $options->index('/action/contents-post-edit'); ?>" method="post" name="write_post">
<div class="col-mb-12 col-tb-9" role="main">
<?php if ($post->draft && $post->draft['cid'] != $post->cid): ?>