You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/04/26 00:49:50 UTC

git commit: CB-6264 minor formatting issue

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 949b15eb0 -> 80203f655


CB-6264 minor formatting issue


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/80203f65
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/80203f65
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/80203f65

Branch: refs/heads/master
Commit: 80203f655bb83e4cae646c9bddbb36704f75504a
Parents: 949b15e
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Apr 25 15:49:54 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Apr 25 15:49:54 2014 -0700

----------------------------------------------------------------------
 doc/index.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/80203f65/doc/index.md
----------------------------------------------------------------------
diff --git a/doc/index.md b/doc/index.md
index 9a8a2b5..a3dab68 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -195,6 +195,7 @@ CSS shorthand properties are also supported.
     StatusBar.backgroundColorByHexString("#FAB"); // => #FFAABB
 
 On iOS 7, when you set StatusBar.statusBarOverlaysWebView to false, you can set the background color of the statusbar by a hex string (#RRGGBB).
+
 On WP7 and WP8 you can also specify values as #AARRGGBB, where AA is an alpha value
 
 Supported Platforms