mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +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 --- #>
|
||||
<h2>Installation</h2>
|
||||
<style>
|
||||
.installation li {
|
||||
font-size:15px;
|
||||
margin-bottom:10px;
|
||||
}
|
||||
.installation li pre {
|
||||
margin-top:10px;
|
||||
}
|
||||
</style>
|
||||
<ol class="installation">
|
||||
<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 @>
|
||||
|
Loading…
Reference in New Issue
Block a user