From e245b604c70730463ffeff91b686f42726585251 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Tue, 7 Feb 2017 18:01:23 +0100 Subject: [PATCH] improve target style --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 64b5817..bdbc4c7 100644 --- a/style.css +++ b/style.css @@ -427,6 +427,9 @@ blockquote p, q p { background: -o-linear-gradient(right,rgba(190,223,238,1),rgba(190,223,238,0)); /*Opera 11.1-12*/ background: -moz-linear-gradient(right,rgba(190,223,238,1),rgba(190,223,238,0)); /*Fx 3.6-15*/ background: linear-gradient(to right, rgba(190,223,238,1), rgba(190,223,238,0)); /*Standard*/ + border-radius: 10px; + margin-left: -10px; + padding-left: 10px; } @media only screen and (max-device-width: 400px) {