mail) . '?s=220&r=X' .
'&d=" alt="' . $user->screenName . '" />'; ?>
diff --git a/admin/scss/grid.scss b/admin/scss/grid.scss
index 435c2a34..5c3d1469 100644
--- a/admin/scss/grid.scss
+++ b/admin/scss/grid.scss
@@ -1,8 +1,8 @@
/*
* 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
*/
//
@@ -19,11 +19,11 @@ $screen-desktop: 992px;
$screen-wide: 1200px;
// Column group
-.col-group {
+.colgroup {
@extend .clearfix;
}
-.col-group [class*="col-"] {
+.colgroup [class*="col-"] {
float: left;
min-height: 1px;
padding-right: $gutter-width / 2;
@@ -33,8 +33,8 @@ $screen-wide: 1200px;
box-sizing: border-box;
}
-.col-group [class*="push-"],
-.col-group [class*="pull-"] {
+.colgroup [class*="push-"],
+.colgroup [class*="pull-"] {
position: relative;
}
@@ -91,17 +91,12 @@ $screen-wide: 1200px;
}
// Groups
- .col-group {
+ .colgroup {
margin-right: $gutter-width / -2;
margin-left: $gutter-width / -2;
}
}
-.col-group .col-group {
- margin-right: $gutter-width / -2;
- margin-left: $gutter-width / -2;
-}
-
/*
* Desktop and up
diff --git a/admin/scss/style.scss b/admin/scss/style.scss
index c97c2956..2fb24331 100644
--- a/admin/scss/style.scss
+++ b/admin/scss/style.scss
@@ -223,6 +223,9 @@ a.button:hover, a.balloon-button:hover {
.typecho-install .typecho-install-body input {
width: 100%;
}
+.typecho-install-body .typecho-option li {
+ margin: 1em 0;
+}
/**
diff --git a/admin/theme-editor.php b/admin/theme-editor.php
index fdaa9ca4..9dbb8aea 100644
--- a/admin/theme-editor.php
+++ b/admin/theme-editor.php
@@ -9,7 +9,7 @@ Typecho_Widget::widget('Widget_Themes_Files')->to($files);
-
+
diff --git a/admin/themes.php b/admin/themes.php
index ecb480a1..98b5dd08 100644
--- a/admin/themes.php
+++ b/admin/themes.php
@@ -7,7 +7,7 @@ include 'menu.php';
-
+
diff --git a/admin/upgrade.php b/admin/upgrade.php
index 98cf23f3..36e35cf9 100644
--- a/admin/upgrade.php
+++ b/admin/upgrade.php
@@ -7,7 +7,7 @@ include 'menu.php';