help3xsl/default.css |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 996909e80712157f57b650fec7b529320398dd4f
Author:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
AuthorDate: Thu Mar 12 13:09:19 2020 -0600
Commit:     Adolfo Jayme Barrientos <fit...@ubuntu.com>
CommitDate: Thu Mar 12 13:09:19 2020 -0600

    Helponline: Make that image shadow look not tacky
    
    Change-Id: I7e0b370ad883e787a8c7b7970d8d96653e577f8e

diff --git a/help3xsl/default.css b/help3xsl/default.css
index 69f93543b..f9a1edd4a 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 {}
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to