summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-25 08:29:49 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-26 13:47:22 +0200
commitd5e4c4c48f6d132ee8e4c48c804809ec44e376f6 (patch)
tree828fa27cdb4c6c8ee1f64299ff4798670aa90133 /help3xsl/default.css
parent133eb760436feb2c70d8079b5be1bcb560a261e2 (diff)
Replace "howtoget" table by div + CSS flexdoc
Change-Id: Ie79c7345af176edcae3ec99a36a466e8b9978d07 Reviewed-on: https://gerrit.libreoffice.org/53444 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index 0fb0b9670b..3a6ec79c2c 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -139,12 +139,6 @@ table, th, td {
vertical-align:top;
}
-.howtogetheader {
- font-weight: bold;
- border: 1px solid #999999;
- background: #FFFFFF;
- padding: 3px;
-}
h1,
h2,
h3,
@@ -192,9 +186,18 @@ h6 {
}
.howtoget {
background: #CCF4C6;
+ padding: 0.3em;
+ display: flex;
+ flex-direction: column;
+ border: 1px #999999 solid;
+}
+.howtogetheader {
+ font-weight: bold;
+ border: 1px solid #999999;
+ background: #FFFFFF;
+ padding: 0.3em;
}
.howtogetbody {
- background: #CCF4C6;
margin: 0px;
}
.wide {