aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <lange@informatik.uni-koeln.de>2019-03-27 13:28:44 +0100
committerThomas Lange <lange@informatik.uni-koeln.de>2019-03-27 13:28:44 +0100
commitcd4b596fb6f7addada503868da7ffff5660648f9 (patch)
tree1944eb30e478696f884adfce925edb02cdff86c0
parent323a8872b003676d143b76532b6258877c53934e (diff)
make box edges smoother
-rw-r--r--english/download/download.css5
1 files changed, 4 insertions, 1 deletions
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 {

© 2014-2024 Faster IT GmbH | imprint | privacy policy