From cc6642e86b388d9ea6a8e367c1802e00ed72beff Mon Sep 17 00:00:00 2001 From: fen Date: Sat, 2 Nov 2013 14:08:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=9B=BD=E7=89=B9=E8=89=B2=E6=B5=8F?= =?UTF-8?q?=E8=A7=88=E5=99=A8=E5=86=85=E6=A0=B8=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 3 ++- admin/header.php | 9 +++++---- admin/scss/style.scss | 5 ++++- usr/themes/default/header.php | 8 +++++--- 4 files changed, 16 insertions(+), 9 deletions(-) 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(); ?> - +