summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2018-09-06 04:24:45 -0500
committerAndras Timar <andras.timar@collabora.com>2019-07-14 21:18:57 +0200
commit1d676362d3ee806770ae2abf10ac32f30f97e362 (patch)
tree4e274613e4eadc104ab8454a6249dbba3da10f47
parenta4be3f6db22621c0680b3bf382b0387d56aacbbe (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>
-rw-r--r--help3xsl/default.css2
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);