diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-16 19:16:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-17 04:38:13 +0200 |
commit | 22691f35eea6bf031fe271790d9b19093a12f8f4 (patch) | |
tree | 872f860becda12ce0cb8d83bc1502146937a7a81 /help3xsl/default.css | |
parent | 7809c5f562f2adb28f36f3f5625e757f238a8d5f (diff) |
Fix index in sidebar
The last commit of online_transform.xsl instrpduced a bug in
index search on the left. This one fixes it.
Change-Id: I8055389a324d1fc5fde90ac2b76ff6f0a4a42493
Reviewed-on: https://gerrit.libreoffice.org/53011
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.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 391c4d2132..8d6d3df2d4 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -266,6 +266,9 @@ h6 { display:inline-block; border:none; } +.switch, +.switchinline {} + .tintro { color: white; background-color: green; |