diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 33888ccd2a..988d3cf8d1 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -329,6 +329,16 @@ h6 { display:inline-block; border:none; } +.screenshot, .genericimage { + border-collapse: collapse; + margin-left: auto; + margin-right: auto; + border-style:none; + display:block; + box-shadow: 10px 10px 5px grey; +} +.iconimage {} + .switch, .switchinline {} |