Skip to content

Commit

Permalink
禁用巨屏样式
Browse files Browse the repository at this point in the history
  • Loading branch information
fen committed Oct 28, 2013
1 parent 92130ed commit 1eee4fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion usr/themes/default/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</p>
<?php endif; ?>
<p>
<label for="textarea" class="required"><?php _e('内容'); ?></label>
<!-- <label for="textarea" class="required"><?php _e('内容'); ?></label> -->
<textarea rows="8" cols="50" name="text" class="textarea"><?php $this->remember('text'); ?></textarea>
</p>
<p>
Expand Down
3 changes: 3 additions & 0 deletions usr/themes/default/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,4 +376,7 @@ img.alignright {
}

@media (min-width: 1200px) {
.container {
max-width: 952px;
}
}

0 comments on commit 1eee4fb

Please sign in to comment.