From 5e86cd9b35238efe71f7a7fd46c047a92d9c3bf6 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 2 Jun 2016 11:21:11 +0100 Subject: [PATCH] move style section --- .../ng2-alfresco-documentlist/README.md | 16 ++++++++-------- ng2-components/ng2-alfresco-login/README.md | 16 ++++++++-------- ng2-components/ng2-alfresco-upload/README.md | 15 ++++++++------- ng2-components/ng2-alfresco-viewer/README.md | 16 ++++++++-------- 4 files changed, 32 insertions(+), 31 deletions(-) diff --git a/ng2-components/ng2-alfresco-documentlist/README.md b/ng2-components/ng2-alfresco-documentlist/README.md index cd8c376a25..91ade79dfe 100644 --- a/ng2-components/ng2-alfresco-documentlist/README.md +++ b/ng2-components/ng2-alfresco-documentlist/README.md @@ -24,14 +24,6 @@ Add the following dependency to your index.html: ``` -#### Style -The style of this component is based on material design, so if you want to visualize it correctly you have to add the material -design dependency to your project: - -```sh -npm install --save material-design-icons material-design-lite -``` - Also make sure you include these dependencies in your .html page: ```html @@ -41,6 +33,14 @@ Also make sure you include these dependencies in your .html page: ``` +#### Style +The style of this component is based on material design, so if you want to visualize it correctly you have to add the material +design dependency to your project: + +```sh +npm install --save material-design-icons material-design-lite +``` + ## Basic usage ```html diff --git a/ng2-components/ng2-alfresco-login/README.md b/ng2-components/ng2-alfresco-login/README.md index 196a4cdb7c..8ac2841b31 100644 --- a/ng2-components/ng2-alfresco-login/README.md +++ b/ng2-components/ng2-alfresco-login/README.md @@ -29,14 +29,6 @@ Add the following dependency to your index.html: ``` -#### Style -The style of this component is based on material design, so if you want to visualize it correctly you have to add the material -design dependency to your project: - -```sh -npm install --save material-design-icons material-design-lite -``` - Also make sure you include these dependencies in your .html page: ```html @@ -80,6 +72,14 @@ Make sure your systemjs.config has the following configuration: ``` +#### Style +The style of this component is based on material design, so if you want to visualize it correctly you have to add the material +design dependency to your project: + +```sh +npm install --save material-design-icons material-design-lite +``` + #### Basic usage diff --git a/ng2-components/ng2-alfresco-upload/README.md b/ng2-components/ng2-alfresco-upload/README.md index ec7f11bf93..123b09d76c 100644 --- a/ng2-components/ng2-alfresco-upload/README.md +++ b/ng2-components/ng2-alfresco-upload/README.md @@ -31,13 +31,6 @@ Add the following dependency to your index.html: ```html ``` -#### Style -The style of this component is based on material design, so if you want to visualize it correctly you have to add the material -design dependency to your project: - -```sh -npm install --save material-design-icons material-design-lite -``` Also make sure you include these dependencies in your .html page: @@ -81,6 +74,14 @@ Make sure your systemjs.config has the following configuration: }); ``` +#### Style +The style of this component is based on material design, so if you want to visualize it correctly you have to add the material +design dependency to your project: + +```sh +npm install --save material-design-icons material-design-lite +``` + #### Basic usage diff --git a/ng2-components/ng2-alfresco-viewer/README.md b/ng2-components/ng2-alfresco-viewer/README.md index 8f258e7c41..0e7f87257d 100644 --- a/ng2-components/ng2-alfresco-viewer/README.md +++ b/ng2-components/ng2-alfresco-viewer/README.md @@ -26,14 +26,6 @@ Add the following dependency to your index.html: ``` -#### Style -The style of this component is based on material design, so if you want to visualize it correctly you have to add the material -design dependency to your project: - -```sh -npm install --save material-design-icons material-design-lite -``` - Also make sure you include these dependencies in your .html page: ```html @@ -71,6 +63,14 @@ Make sure your systemjs.config has the following configuration: }); ``` +#### Style +The style of this component is based on material design, so if you want to visualize it correctly you have to add the material +design dependency to your project: + +```sh +npm install --save material-design-icons material-design-lite +``` + #### Basic usage ```html