Removed inline style block (as it was added to the main site css)

This commit is contained in:
Jan Piotrowski 2017-05-11 11:33:19 +02:00
parent 4835182ad5
commit e193baf1c1

View File

@ -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 @>