summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-04-25 08:29:49 -0300
committerJan Holesovsky <kendy@collabora.com>2018-08-07 17:55:28 +0200
commitc8521c962cfc8caa4d8de6613e89b7e3e67a7e6b (patch)
tree6516c44954ad8accc6cbf567dca50380227bb501 /help3xsl/default.css
parent117b0d34f779ddf62228196fe95186b376797410 (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 {