diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-09-06 04:24:45 -0500 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-07-14 21:18:57 +0200 |
commit | 1d676362d3ee806770ae2abf10ac32f30f97e362 (patch) | |
tree | 4e274613e4eadc104ab8454a6249dbba3da10f47 /help3xsl/default.css | |
parent | a4be3f6db22621c0680b3bf382b0387d56aacbbe (diff) |
.howtoget, now more Collabora-y
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 <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index b6036f7890..7d2adffd53 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -254,7 +254,7 @@ h6 { font-weight: normal; } .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); |