From b2ff5f807d016b03334d84ec6040e49294ca4fef Mon Sep 17 00:00:00 2001 From: Darnell Williams Date: Sat, 17 Oct 2015 14:10:50 -0400 Subject: [PATCH] Corrected Styling Info * Corrected Formatting Issue with Styling info --- docs/styles.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/styles.md b/docs/styles.md index 755f097295..89d5348397 100644 --- a/docs/styles.md +++ b/docs/styles.md @@ -31,9 +31,9 @@ Make all `Button`s in a `StackPanel` have a blue `Background`: This is very similar to WPF, except `TargetType` is replaced by `Selector`. -*Note that currently (as of Alpha 2) you **always** need to specify the fully +_Note that currently (as of Alpha 2) you **always** need to specify the fully qualified property name (i.e. `Button.Background` instead of simply -`Background`). This restriction will be lifted in future.* +`Background`). This restriction will be lifted in future._ ## Style Classes