summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-12 13:09:19 -0600
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-03-12 13:09:19 -0600
commit996909e80712157f57b650fec7b529320398dd4f (patch)
treed0ff6ef5ae5907335e1e61944b423fecf6bfa614 /help3xsl/default.css
parentRemove line breaks from translatable string 🤦‍♂️ (diff)
downloadhelp-996909e80712157f57b650fec7b529320398dd4f.tar.gz
help-996909e80712157f57b650fec7b529320398dd4f.zip
Helponline: Make that image shadow look not tacky
Change-Id: I7e0b370ad883e787a8c7b7970d8d96653e577f8e
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css6
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 {}