调整表单宽度

This commit is contained in:
fen
2013-10-17 17:16:41 +08:00
parent fb3b4abf6b
commit 8da27d1815
12 changed files with 30 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
?></p>
</div>
<div class="col-mb-12 col-tb-7 col-tb-offset-1 typecho-content-panel">
<div class="col-mb-12 col-tb-6 col-tb-offset-1 typecho-content-panel">
<section>
<h3><?php _e('个人资料'); ?></h3>
<?php Typecho_Widget::widget('Widget_Users_Profile')->profileForm()->render(); ?>