From cd4b596fb6f7addada503868da7ffff5660648f9 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Wed, 27 Mar 2019 13:28:44 +0100 Subject: make box edges smoother --- english/download/download.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/english/download/download.css b/english/download/download.css index 86896246fb8..05244147446 100644 --- a/english/download/download.css +++ b/english/download/download.css @@ -111,6 +111,7 @@ h3 { line-height: 2; background-color: #ededed; margin-top: -25px; + border-radius: 20px; } .dl-btn-img a { @@ -119,10 +120,11 @@ h3 { text-decoration: none; border: 0.15em solid #339900; display: block; - background: transparent url('../Pics/emblem-downloads.png') no-repeat 5px 5px; + background: transparent url('../Pics/emblem-downloads.png') no-repeat 15px 5px; padding-left: 30px; padding-right: 1em; color:#339900; + border-radius: 20px; } .dl-btn-img a em { @@ -133,6 +135,7 @@ h3 { font-style: normal; display: block; margin-bottom: 1em; + border-radius: 20px; } .dl-btn-img-nonfree a:hover { -- cgit v1.2.3