You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/09/21 14:07:14 UTC

[43/50] docs commit: [CB-3820] backgroundColor overrides page-wide CSS

[CB-3820] backgroundColor overrides page-wide CSS


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/fa58d415
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/fa58d415
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/fa58d415

Branch: refs/heads/master
Commit: fa58d415dea105a143bc50f5b11178965c610b29
Parents: 5b2beeb
Author: Mike Sierra <ms...@adobe.com>
Authored: Fri Sep 20 11:38:53 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Sat Sep 21 14:05:33 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fa58d415/docs/en/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/config_ref/index.md b/docs/en/edge/config_ref/index.md
index b7eeeed..71f4647 100644
--- a/docs/en/edge/config_ref/index.md
+++ b/docs/en/edge/config_ref/index.md
@@ -126,15 +126,14 @@ all of them:
   the content.
 
 * `BackgroundColor`: Set the app's background color.  Supports a
-  four-byte hex value, with the first byte representing an alpha
+  four-byte hex value, with the first byte representing the alpha
   channel, and standard RGB values for the following three bytes.  This
-  example specifies red:
+  example specifies blue:
 
-        <preference name="backgroundColor" value="0xffff0000"/>
+        <preference name="backgroundColor" value="0xff0000ff"/>
 
-  Applies to Android and BlackBerry.
-
-<!-- QUERY: does this override CSS such as "body {background-color:black}"? -->
+  Applies to Android and BlackBerry. Overrides CSS otherwise available
+  across _all_ platforms, for example: `body{background-color:blue}`.
 
 * `HideKeyboardFormAccessoryBar` (boolean, defaults to `false`): set
   to `true` to hide the additional toolbar that appears above the