From 4835182ad5021036f7bd19ddd2d9860fc2796ab6 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Fri, 5 May 2017 13:38:58 +0200 Subject: [PATCH] Replace inline styles with style block --- scripts/docs/templates/common.template.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/scripts/docs/templates/common.template.html b/scripts/docs/templates/common.template.html index ed7891054..14a5c187b 100644 --- a/scripts/docs/templates/common.template.html +++ b/scripts/docs/templates/common.template.html @@ -175,9 +175,18 @@ docType: "<$ doc.docType $>" <# --- Install commands --- #>

Installation

-
    -
  1. Install the Cordova and Ionic Native plugins:
    -
    $ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
    +
    +
      +
    1. Install the Cordova and Ionic Native plugins:
      +
      $ <@ if prop.install @><$ prop.install $><@ else @>ionic plugin add --save <$ prop.plugin $><@ endif @>
       $ npm install --save @ionic-native/<$ doc.npmId $>