From 8bd3af00d4dcbbb466aedb397f0092dc2a5ea31b Mon Sep 17 00:00:00 2001 From: fen Date: Mon, 28 Oct 2013 23:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E6=9C=89=E4=B8=8B=E5=88=92?= =?UTF-8?q?=E7=BA=BF=E7=9A=84=E5=9B=BE=E7=89=87=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- usr/themes/default/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/usr/themes/default/style.css b/usr/themes/default/style.css index 4dfaed07..97c1cc20 100644 --- a/usr/themes/default/style.css +++ b/usr/themes/default/style.css @@ -350,6 +350,11 @@ textarea { .post-content img, .comment-content img { max-width: 100%; } +.post-content a img { + background: #FFF; + position: relative; + bottom: -4px; +} .post-content hr, .comment-content hr { margin: 2em auto; width: 100px;