mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-28 05:50:21 +08:00
Removed inline style block (as it was added to the main site css)
This commit is contained in:
parent
4835182ad5
commit
e193baf1c1
9
scripts/docs/templates/common.template.html
vendored
9
scripts/docs/templates/common.template.html
vendored
@ -175,15 +175,6 @@ docType: "<$ doc.docType $>"
|
|||||||
|
|
||||||
<# --- Install commands --- #>
|
<# --- Install commands --- #>
|
||||||
<h2>Installation</h2>
|
<h2>Installation</h2>
|
||||||
<style>
|
|
||||||
.installation li {
|
|
||||||
font-size:15px;
|
|
||||||
margin-bottom:10px;
|
|
||||||
}
|
|
||||||
.installation li pre {
|
|
||||||
margin-top:10px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<ol class="installation">
|
<ol class="installation">
|
||||||
<li>Install the Cordova and Ionic Native plugins:<br>
|
<li>Install the Cordova and Ionic Native plugins:<br>
|
||||||
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
|
<pre><code class="nohighlight">$ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user