From 94fcdc103b5c1cc5928b57a25f79a015f0e56041 Mon Sep 17 00:00:00 2001 From: nodejh Date: Sat, 21 Jan 2017 23:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=BD=92=E6=A1=A3=E9=A1=B5?= =?UTF-8?q?=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 4e82150..87cba17 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -797,7 +797,7 @@ h2.month { .archive .post-item { padding: 10px 10px; - border-left: 1px solid #cacaca; + /*border-left: 1px solid #cacaca;*/ overflow-x: hidden; white-space:nowrap; } @@ -825,7 +825,7 @@ h2.month { .archive .post-item:hover { color: #5694f1; padding-left: 13px; - border-left: 1px solid #5badf0; + /*border-left: 1px solid #5badf0;*/ transition: 0.3s ease-out; } .archive .post-item:hover .post-time,.archive .post-item:hover .post-link {