summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 3a6ec79c2c..50023f5fc5 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -116,6 +116,23 @@ pre,
.keycode {
font-weight: bold;
}
+/* div's for warning, tip and note */
+.note,
+.tip,
+.warning{
+ display:flex;
+ align-items: center;
+ padding:0.3em;
+}
+.noteicon{
+ padding:0.3em;
+}
+.notetext{
+ padding:0.3em;
+}
+
+/* Table related classes */
+
table {
box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px;
border-collapse: collapse;