From 5e343173e827f3cffb5ff1b13b68d1677f0a4f45 Mon Sep 17 00:00:00 2001 From: Bendik Skarpnes <42250582+BendikSkarpnes@users.noreply.github.com> Date: Mon, 15 Mar 2021 20:29:13 +0100 Subject: [PATCH] docs: fix styling issues in example CSS (#41222) PR Close #41222 --- .../structural-directives/src/app/app.component.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/aio/content/examples/structural-directives/src/app/app.component.css b/aio/content/examples/structural-directives/src/app/app.component.css index b309e8bcf3..132e786431 100644 --- a/aio/content/examples/structural-directives/src/app/app.component.css +++ b/aio/content/examples/structural-directives/src/app/app.component.css @@ -30,11 +30,11 @@ div.code { } hr { - margin: 40px 0 + margin: 40px 0; } .odd { - background-color: palegoldenrod; + background-color: palegoldenrod; } td, th { @@ -42,7 +42,10 @@ td, th { vertical-align: top; } -p span { color: red; font-size: 70%; } +p span { + color: red; + font-size: 70%; +} .unless { border: 2px solid;