diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-12 13:09:19 -0600 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2020-03-12 13:09:19 -0600 |
commit | 996909e80712157f57b650fec7b529320398dd4f (patch) | |
tree | d0ff6ef5ae5907335e1e61944b423fecf6bfa614 /help3xsl | |
parent | cd70c38c6fae4d4ccdf861a923ac2be944944808 (diff) |
Helponline: Make that image shadow look not tacky
Change-Id: I7e0b370ad883e787a8c7b7970d8d96653e577f8e
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/default.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 69f93543b8..f9a1edd4a7 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -316,14 +316,14 @@ h6 { border:none; } .screenshot, .genericimage { - border-collapse: collapse; + border: .5px solid rgba(0,0,0,.1); + border-radius: 3px; margin-left: auto; margin-right: auto; margin-top: 2em; margin-bottom: 2em; - border-style:none; display:block; - box-shadow: 10px 10px 5px grey; + box-shadow: rgba(0,0,0,0.08) 0 1px 5px 0; } .iconimage {} |