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('- 阅读剩余部分 -'); ?>