Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
few fixes to app types and bullets on inner navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
codepo8 committed Sep 4, 2013
1 parent 2305424 commit 52d9ec3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions html5/firefox-os-pick-and-mix.html
Expand Up @@ -291,7 +291,7 @@ <h2>Three levels of access&hellip;</h2>
</header>
<ul>
<li><mark>Hosted apps</mark> - stored on your server, easy to upgrade, limited access.</li>
<li><mark>Privileged apps</mark> - reviewed by the App store, uses a <a href="https://developer.mozilla.org/en-US/docs/Security/CSP/Introducing_Content_Security_Policy">Content Security Policy</a>, hosted on trusted server</li>
<li><mark>Privileged apps</mark> - reviewed by the App store, packaged and signed</li>
<li><mark>Certified apps</mark> - part of the OS, only by Mozilla and partners</li>
</ul>
<p class="demourl"><a href="https://developer.mozilla.org/en-US/docs/Apps/App_permissions">App permissions</a></p>
Expand Down Expand Up @@ -814,7 +814,7 @@ <h2>Prototyping with JSFiddle</h2>
<ol>
<li>Write your code as you might normally when making a JSFiddle
</li>
<li>Append <code>/webapp.manifest</code> to the URL of your Fiddle URL to and then paste this link into the Firefox OS simulator to install the app</li>
<li>Append <code>/webapp.manifest</code> to your Fiddle URL and paste this link into the Firefox OS simulator to install the app</li>
<li>Alternatively, append <code>/fxos.html</code> to your Fiddle URL to get an install page like a typical Firefox OS hosted application</li>
</ol>
<p class="demourl">
Expand Down
2 changes: 1 addition & 1 deletion html5/themes/mozilla/styles/style.css
Expand Up @@ -631,7 +631,7 @@ ul.oneline li {
display: inline;
padding-right: 1em;
}
ul.oneline li::before, ul.inner li::before, ul.nobull li::before {
ul.oneline li::before, ul.nobull li::before {
content: '';
}
ul.inline li {
Expand Down
4 changes: 2 additions & 2 deletions html5/webmaking-in-the-app-space.html
Expand Up @@ -506,7 +506,7 @@ <h2>Three levels of access&hellip;</h2>
</header>
<ul>
<li><mark>Hosted apps</mark> - stored on your server, easy to upgrade, limited access.</li>
<li><mark>Privileged apps</mark> - reviewed by the App store, uses a <a href="https://developer.mozilla.org/en-US/docs/Security/CSP/Introducing_Content_Security_Policy">Content Security Policy</a>, hosted on trusted server</li>
<li><mark>Privileged apps</mark> - reviewed by the App store, packaged and signed</li>
<li><mark>Certified apps</mark> - part of the OS, only by Mozilla and partners</li>
</ul>
<p class="demourl"><a href="https://developer.mozilla.org/en-US/docs/Apps/App_permissions">App permissions</a></p>
Expand Down Expand Up @@ -713,7 +713,7 @@ <h2>Prototyping with JSFiddle</h2>
<ol>
<li>Write your code as you might normally when making a JSFiddle
</li>
<li>Append <code>/webapp.manifest</code> to the URL of your Fiddle URL to and then paste this link into the Firefox OS simulator to install the app</li>
<li>Append <code>/webapp.manifest</code> to your Fiddle URL and paste this link into the Firefox OS simulator to install the app</li>
<li>Alternatively, append <code>/fxos.html</code> to your Fiddle URL to get an install page like a typical Firefox OS hosted application</li>
</ol>
<p class="demourl">
Expand Down

0 comments on commit 52d9ec3

Please sign in to comment.