diff --git a/admin/css/grid.css b/admin/css/grid.css index a4b548a7..c7a31053 100644 --- a/admin/css/grid.css +++ b/admin/css/grid.css @@ -1,10 +1,10 @@ /* * Bento Grid System * Source: https://github.com/fenbox/bento - * Version: 1.2.5 - * Update: 2013.11.02 + * Version: 1.2.7 + * Update: 2013.11.15 */ -.col-group [class*="col-"] { +.colgroup [class*="col-"] { float: left; min-height: 1px; padding-right: 10px; @@ -13,8 +13,8 @@ -moz-box-sizing: border-box; box-sizing: border-box; } -.col-group [class*="push-"], -.col-group [class*="pull-"] { +.colgroup [class*="push-"], +.colgroup [class*="pull-"] { position: relative; } /* @@ -218,13 +218,9 @@ .col-tb-push-12 { left: 100%; } - .col-group { + .colgroup { margin-right: -10px; margin-left: -10px; } } -.col-group .col-group { - margin-right: -10px; - margin-left: -10px; } - /* * Desktop and up */ @@ -558,10 +554,10 @@ /* * Clearfix */ -.clearfix, .col-group { +.clearfix, .colgroup { zoom: 1; } - .clearfix:before, .col-group:before, .clearfix:after, .col-group:after { + .clearfix:before, .colgroup:before, .clearfix:after, .colgroup:after { content: " "; display: table; } - .clearfix:after, .col-group:after { + .clearfix:after, .colgroup:after { clear: both; } diff --git a/admin/css/style.css b/admin/css/style.css index d4fc8c4d..73de0ace 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -530,6 +530,9 @@ button { .typecho-install .typecho-install-body input { width: 100%; } +.typecho-install-body .typecho-option li { + margin: 1em 0; } + /** * 欢迎界面 */ diff --git a/admin/index.php b/admin/index.php index c69f68c0..2775b6ff 100644 --- a/admin/index.php +++ b/admin/index.php @@ -8,7 +8,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
-
+

diff --git a/admin/manage-comments.php b/admin/manage-comments.php index bb01abb4..57b69b64 100644 --- a/admin/manage-comments.php +++ b/admin/manage-comments.php @@ -10,7 +10,7 @@ $isAllComments = ('on' == $request->get('__typecho_all_comments') || 'on' == Typ
-
+