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>2018-09-06 11:55:39 +0200
commit4fcc8606724bcf6ec87b3ca741d4a00633e1b3c4 (patch)
treeadc8cc7cf4e76cb6a5ee3be008c2683f49db8b4e
parent671e2aa40ff363a9f2938c3f94ea5ae5c6f93354 (diff)
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 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);
1'>libreoffice-4-0-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas/Library_vclcanvas.mk
AgeCommit message (Expand)Author
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-04-24Don't point to inc directories that don't exist any longerTor Lillqvist
2013-04-05new module i18nlangtagEike Rathke
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2011-11-27remove pch from the include listNorbert Thiebaud