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/08/01 22:21:23 UTC

[03/15] docs commit: [CB-3815] partial File support for wp7/8; no FileTransfer

[CB-3815] partial File support for wp7/8; no FileTransfer


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

Branch: refs/heads/master
Commit: e48fb08c5627bd6e2571ebcbccec1275acc80e10
Parents: 1b98573
Author: Mike Sierra <le...@gmail.com>
Authored: Thu Aug 1 11:43:49 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 1 13:17:45 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/overview/index.md | 4 ++--
 template/docs/default/index.css      | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e48fb08c/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index c6e78e8..99df62a 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -285,8 +285,8 @@ available for each mobile platform:
         <td data-col="blackberry" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios"        class="y"></td>
-        <td data-col="winphone7"  class="y"></td>
-        <td data-col="winphone8"  class="y"></td>
+        <td data-col="winphone7"  class="p">(no FileTransfer)</td>
+        <td data-col="winphone8"  class="p">(no FileTransfer)</td>
         <td data-col="win8"       class="y"></td>
         <td data-col="tizen"       class="n"></td>
     </tr>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/e48fb08c/template/docs/default/index.css
----------------------------------------------------------------------
diff --git a/template/docs/default/index.css b/template/docs/default/index.css
index bb35e6a..8cd081e 100644
--- a/template/docs/default/index.css
+++ b/template/docs/default/index.css
@@ -412,7 +412,6 @@ Assumes table is 2D grid, with single TH preceding TDs in body of table.
 .compat .n::before { content: "\2718"; margin-right: 6px;  }
 
 .compat .p { background-color: gold; }
-.compat .p::before { content: "(partial)";  }
 
 .compat .u { background-color: #dddddd; }