diff options
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index ba548c337c..cc380ffbf7 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -119,15 +119,15 @@ pre, /* div's for warning, tip and note */ .note, .tip, -.warning{ +.warning { display:flex; align-items: center; padding:0.3em; } -.noteicon{ +.noteicon { padding:0.3em; } -.notetext{ +.notetext { padding:0.3em; } @@ -136,6 +136,14 @@ pre, /* Special case of table with one cell*/ .onecell{ } +/* Special case of icon table*/ +.icontable { + display:flex; + align-items:center; +} +.iconcell { + padding:0.3em; +} table { box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; |