From e74abeedd6e7a091283578a2d9b5ce68bb96a500 Mon Sep 17 00:00:00 2001 From: fen Date: Wed, 25 Dec 2013 20:32:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=85=E6=A0=BC=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E9=81=97=E7=95=99=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/grid.css | 16 ++++++------- admin/index.php | 2 +- admin/manage-comments.php | 2 +- admin/manage-medias.php | 2 +- admin/manage-metas.php | 2 +- admin/manage-pages.php | 2 +- admin/manage-posts.php | 2 +- admin/manage-users.php | 2 +- admin/media.php | 2 +- admin/options-discussion.php | 2 +- admin/options-general.php | 2 +- admin/options-permalink.php | 2 +- admin/options-plugin.php | 2 +- admin/options-reading.php | 2 +- admin/options-theme.php | 2 +- admin/plugins.php | 2 +- admin/profile.php | 2 +- admin/scss/grid.scss | 8 +++---- admin/theme-editor.php | 2 +- admin/themes.php | 2 +- admin/upgrade.php | 2 +- admin/user.php | 2 +- admin/welcome.php | 2 +- admin/write-page.php | 2 +- admin/write-post.php | 2 +- install.php | 2 +- usr/themes/default/footer.php | 2 +- usr/themes/default/grid.css | 44 +++++++++++++++++++--------------- usr/themes/default/header.php | 6 ++--- var/Widget/Options/General.php | 4 ++-- 30 files changed, 67 insertions(+), 61 deletions(-) diff --git a/admin/css/grid.css b/admin/css/grid.css index 3e1abfa3..e8c959cd 100644 --- a/admin/css/grid.css +++ b/admin/css/grid.css @@ -4,7 +4,7 @@ * Version: 1.2.8 * Update: 2013.11.25 */ -.container, .colgroup [class*="col-"] { +.container, .row [class*="col-"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } @@ -15,18 +15,18 @@ padding-left: 10px; padding-right: 10px; } -.colgroup { +.row { margin-right: -10px; margin-left: -10px; } -.colgroup [class*="col-"] { +.row [class*="col-"] { float: left; min-height: 1px; padding-right: 10px; padding-left: 10px; } -.colgroup [class*="-push-"], -.colgroup [class*="-pull-"] { +.row [class*="-push-"], +.row [class*="-pull-"] { position: relative; } /* @@ -560,10 +560,10 @@ /* * Clearfix */ -.clearfix, .colgroup { +.clearfix, .row { zoom: 1; } - .clearfix:before, .colgroup:before, .clearfix:after, .colgroup:after { + .clearfix:before, .row:before, .clearfix:after, .row:after { content: " "; display: table; } - .clearfix:after, .colgroup:after { + .clearfix:after, .row:after { clear: both; } diff --git a/admin/index.php b/admin/index.php index df51ba86..facff7cb 100644 --- a/admin/index.php +++ b/admin/index.php @@ -8,7 +8,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
+

%s 篇日志, 并有 %s 条关于你的评论在 %s 个分类中.', $stat->myPublishedPostsNum, $stat->myPublishedCommentsNum, $stat->categoriesNum); ?> diff --git a/admin/manage-comments.php b/admin/manage-comments.php index 87412606..73583eb9 100644 --- a/admin/manage-comments.php +++ b/admin/manage-comments.php @@ -10,7 +10,7 @@ $isAllComments = ('on' == $request->get('__typecho_all_comments') || 'on' == Typ

-
+