diff options
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index cc380ffbf7..693c882ecc 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -123,6 +123,9 @@ pre, display:flex; align-items: center; padding:0.3em; + box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; + border-bottom: 1px solid #E8E8E8; + background: #fefefe; } .noteicon { padding:0.3em; @@ -135,6 +138,8 @@ pre, /* Special case of table with one cell*/ .onecell{ + box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; + border-bottom: 1px solid #E8E8E8; } /* Special case of icon table*/ .icontable { |