changeset in labs/bespinclient: fix bug 598312: brokenness in th...

1 view
Skip to first unread message

Kevin Dangoor

unread,
Sep 21, 2010, 9:51:26 AM9/21/10
to bespin-...@googlegroups.com
changeset 947a0420f499 in /repo/hg/mozilla/labs/bespinclient
details: http://hg.mozilla.org/labs/bespinclient?cmd=changeset;node=947a0420f499
description:
fix bug 598312: brokenness in the white theme (thanks to Piotr Zalewa for the
patch)

diffstat:

plugins/supported/whitetheme/index.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff --git a/plugins/supported/whitetheme/index.js b/plugins/supported/whitetheme/index.js
--- a/plugins/supported/whitetheme/index.js
+++ b/plugins/supported/whitetheme/index.js
@@ -198,10 +198,10 @@ exports.whiteTheme = function() {
},

highlighterBG: {
- plain: 'rgb(0, 0, 0, 0)",
+ plain: 'rgb(0, 0, 0, 0)',
addition: '#008000',
deletion: '#800000'
- }
+ },

// Variables for the scrollers.
scroller: {

Reply all
Reply to author
Forward
0 new messages