From 4fcc8606724bcf6ec87b3ca741d4a00633e1b3c4 Mon Sep 17 00:00:00 2001 From: Adolfo Jayme Barrientos Date: Thu, 6 Sep 2018 04:24:45 -0500 Subject: .howtoget, now more Collabora-y MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit cef6bdec37d8001d8f8c2c0f30c3a44500e38ec6 mass-changed LibreOffice’s green with Collabora’s purple, but .howtoget divs, having a pale green background, looked very discordant. Change-Id: I05ade2f92f49764b199214ef64cf4091169d61cf Reviewed-on: https://gerrit.libreoffice.org/60079 Reviewed-by: Andras Timar Tested-by: Andras Timar --- help3xsl/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help3xsl/default.css b/help3xsl/default.css index 50c1530cea..4a85a0ac09 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -243,7 +243,7 @@ h6 { margin-left: 5px; } .howtoget { - background: #CCF4C6; + background: #e4ddff; border-left: 4px solid #5c3de2; border-radius: 0 4px 4px 0; box-shadow: 0 2px 2px -2px rgba(0,0,0,0.2); -- cgit