summaryrefslogtreecommitdiff
path: root/help3xsl
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl')
-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 {}