From 12ad751fae2d93c80bfd3ce4e6e0744938c08e27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A4=8E=E5=90=8D=E5=A5=88=E7=B7=92?= Date: Fri, 27 May 2016 09:41:30 +0800 Subject: [PATCH] replaced profile-picture border with box-shadow --- assets/css/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/index.css b/assets/css/index.css index 30ac0f2..a53512f 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -144,7 +144,7 @@ body { #profile-picture { background: url('../images/headpic.png'); background-size: 100%; - border: 1px solid #AAA; + box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25); border-radius: 50%; bottom: 1em; display: block;