diff --git a/admin/css/style.css b/admin/css/style.css index c6340992..32d75085 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -817,7 +817,8 @@ a.operate-reply { * 编写页面 */ .typecho-post-area .edit-draft-notice { - color: #999; } + color: #999; + font-size: .92857em; } .typecho-post-area .edit-draft-notice a { color: #B94A48; } diff --git a/admin/header.php b/admin/header.php index 28ee9552..c929ceb1 100644 --- a/admin/header.php +++ b/admin/header.php @@ -20,11 +20,12 @@ $header = Typecho_Plugin::factory('admin/header.php')->header($header); - - - + + + + <?php _e('%s - %s - Powered by Typecho', $menu->title, $options->title); ?> - + > diff --git a/admin/scss/style.scss b/admin/scss/style.scss index b9aa29c9..49f76f75 100644 --- a/admin/scss/style.scss +++ b/admin/scss/style.scss @@ -586,7 +586,10 @@ a.operate-reply { * 编写页面 */ -.typecho-post-area .edit-draft-notice { color: #999; } +.typecho-post-area .edit-draft-notice { + color: #999; + font-size: .92857em; +} .typecho-post-area .edit-draft-notice a { color: #B94A48; } .typecho-post-area .typecho-label { diff --git a/usr/themes/default/header.php b/usr/themes/default/header.php index b40f9c0e..a0d165aa 100644 --- a/usr/themes/default/header.php +++ b/usr/themes/default/header.php @@ -4,14 +4,16 @@ - - + + + + <?php $this->archiveTitle(' » ', '', ' - '); ?><?php $this->options->title(); ?> - +