From 1557b735f2bd6b272ef8ae4304f08145511dac3a Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 30 Aug 2015 13:08:25 -0700 Subject: [PATCH] Add demo instructions --- src/cards/ha-introduction-card.html | 21 +++++++++++++++++++-- src/cards/ha-introduction-card.js | 4 ++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/cards/ha-introduction-card.html b/src/cards/ha-introduction-card.html index d982c210c2..2ebc79df20 100644 --- a/src/cards/ha-introduction-card.html +++ b/src/cards/ha-introduction-card.html @@ -20,20 +20,37 @@ .content { padding: 0 16px 16px; } + .install { + display: block; + white-space: pre; + line-height: 1.5em; + margin-top: 8px; + margin-bottom: 16px; + }