diff --git a/usr/themes/replica/archive.php b/usr/themes/replica/archive.php
index 08a4ba56..cbc5c630 100644
--- a/usr/themes/replica/archive.php
+++ b/usr/themes/replica/archive.php
@@ -1,27 +1,28 @@
need('header.php'); ?>
-
- have()): ?>
- next()): ?>
-
-
-
- author(); ?>
- date('F j, Y'); ?>
- category(','); ?>
-
- content('阅读剩余部分...'); ?>
-
-
-
-
-
-
-
+
+ have()): ?>
+ next()): ?>
+
+
+
+ author(); ?>
+ date('F j, Y'); ?>
+ category(','); ?>
+
+
+ content('阅读剩余部分...'); ?>
+
+
+
+
+
+
+
+
+
+ pageNav(); ?>
+
-
- pageNav(); ?>
-
-
need('sidebar.php'); ?>
need('footer.php'); ?>
diff --git a/usr/themes/replica/page.php b/usr/themes/replica/page.php
index 658c512d..75d764fe 100644
--- a/usr/themes/replica/page.php
+++ b/usr/themes/replica/page.php
@@ -3,10 +3,6 @@
-
- author(); ?>
- date('F j, Y'); ?>
-
content(); ?>
diff --git a/usr/themes/replica/style.css b/usr/themes/replica/style.css
index 8d385fd1..d2894c83 100644
--- a/usr/themes/replica/style.css
+++ b/usr/themes/replica/style.css
@@ -70,16 +70,17 @@ input[type="text"], input[type="email"], input[type="url"] {
/* navigation menu */
#nav-menu {
- margin-top: 30px;
- padding-bottom: 15px;
- border-bottom: 3px double #E9E9E6;
+ margin-top: 20px;
+ padding: 0;
+ border-bottom: 1px solid #E9E9E6;
}
#nav-menu a {
display: inline-block;
- margin-right: 16px;
- padding-right: 20px;
+ margin-right: -4px;
+ padding: 5px 20px 10px;
border-right: 1px solid #E9E9E6;
}
+#nav-menu a:hover { text-decoration: none; }
#nav-menu .current {
color: #444;
}