From 9086f0caa824a2022a2bf8436284b3acb8106931 Mon Sep 17 00:00:00 2001 From: fen Date: Mon, 28 Oct 2013 20:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9B=A0=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E7=9A=84=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E5=AF=B9=E5=85=B6=20=E4=BC=98=E5=8C=96=E3=80=90=E9=98=85?= =?UTF-8?q?=E8=AF=BB=E6=9B=B4=E5=A4=9A=E3=80=91=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/themes/default/archive.php | 2 +- usr/themes/default/author.php | 2 +- usr/themes/default/category.php | 2 +- usr/themes/default/index.php | 2 +- usr/themes/default/search.php | 2 +- usr/themes/default/style.css | 15 +++++++++++---- usr/themes/default/tag.php | 2 +- 7 files changed, 17 insertions(+), 10 deletions(-) diff --git a/usr/themes/default/archive.php b/usr/themes/default/archive.php index dda31c95..0f811157 100644 --- a/usr/themes/default/archive.php +++ b/usr/themes/default/archive.php @@ -13,7 +13,7 @@
  • commentsNum('评论', '1 条评论', '%d 条评论'); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>
    diff --git a/usr/themes/default/author.php b/usr/themes/default/author.php index 735f2856..248e6ea8 100644 --- a/usr/themes/default/author.php +++ b/usr/themes/default/author.php @@ -13,7 +13,7 @@
  • category(','); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>
    diff --git a/usr/themes/default/category.php b/usr/themes/default/category.php index ed4d6b23..8d38a15c 100644 --- a/usr/themes/default/category.php +++ b/usr/themes/default/category.php @@ -14,7 +14,7 @@
  • commentsNum('评论', '1 条评论', '%d 条评论'); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>
    diff --git a/usr/themes/default/index.php b/usr/themes/default/index.php index d3ea7c92..6c391310 100644 --- a/usr/themes/default/index.php +++ b/usr/themes/default/index.php @@ -22,7 +22,7 @@
  • commentsNum('评论', '1 条评论', '%d 条评论'); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>
    diff --git a/usr/themes/default/search.php b/usr/themes/default/search.php index 807df70d..89f8232e 100644 --- a/usr/themes/default/search.php +++ b/usr/themes/default/search.php @@ -14,7 +14,7 @@
  • commentsNum('评论', '1 条评论', '%d 条评论'); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>
    diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index bcca08a3..a7217b25 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -111,8 +111,10 @@ textarea { #nav-menu a { display: inline-block; margin-right: -5px; - padding: 8px 20px; + padding: 0 20px; border: 1px solid #EEE; + height: 32px; + line-height: 32px; color: #444; } #nav-menu a:hover, @@ -151,7 +153,7 @@ textarea { } .post { - padding: 20px 0; + padding: 15px 0 20px; border-bottom: 1px solid #EEE; } .post-title { @@ -187,7 +189,12 @@ textarea { color: #999; font-size: 1em; } - +.more { + text-align: center; +} +.more a { + border: none; +} .protected .text { width: 50%; } @@ -299,7 +306,7 @@ textarea { * secondary * --------------- */ #secondary { - padding-top: 20px; + padding-top: 15px; word-wrap: break-word; } .widget { diff --git a/usr/themes/default/tag.php b/usr/themes/default/tag.php index fb3a507a..b3075030 100644 --- a/usr/themes/default/tag.php +++ b/usr/themes/default/tag.php @@ -14,7 +14,7 @@
  • commentsNum('评论', '1 条评论', '%d 条评论'); ?>
  • - content('阅读剩余部分...'); ?> + content('- 阅读剩余部分 -'); ?>