From ba0da99b17d0b0c473873226265101bea747e299 Mon Sep 17 00:00:00 2001 From: Kartik Saranathan <278928+Kartiku@users.noreply.github.com> Date: Thu, 16 May 2019 12:28:09 -0400 Subject: [PATCH] Docs: fix typo (#3949) --- editions/tw5.com/tiddlers/howtos/Custom Styles by title.tid | 4 ++-- editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid | 2 +- .../tw5.com/tiddlers/howtos/How to apply custom styles.tid | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editions/tw5.com/tiddlers/howtos/Custom Styles by title.tid b/editions/tw5.com/tiddlers/howtos/Custom Styles by title.tid index c3730d6d7..2d0280b9b 100644 --- a/editions/tw5.com/tiddlers/howtos/Custom Styles by title.tid +++ b/editions/tw5.com/tiddlers/howtos/Custom Styles by title.tid @@ -13,7 +13,7 @@ The ~TiddlyWiki core adds several `attributes` to the rendered content. With tho For example this tiddler is named: "{{!!title}}" so the attribute looks like this: ``` -data-tiddler-title="Custom styles by title" +data-tiddler-title="Custom styles by data-tiddler-title" ``` !! Examples @@ -21,7 +21,7 @@ data-tiddler-title="Custom styles by title" The following CSS is defined in [[Custom data-styles]] and creates a blue border for exactly this tiddler. ``` -[data-tiddler-title="Custom styles by title"] { +[data-tiddler-title="Custom styles by data-tiddler-title"] { border: 1px solid blue; } ``` diff --git a/editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid b/editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid index 884dab36a..1ad8ab6f8 100644 --- a/editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid +++ b/editions/tw5.com/tiddlers/howtos/Custom_data-styles.tid @@ -4,7 +4,7 @@ tags: data-tags-styles [[How to apply custom styles]] $:/tags/Stylesheet title: Custom data-styles type: text/vnd.tiddlywiki -[data-tiddler-title="Custom styles by title"] { +[data-tiddler-title="Custom styles by data-tiddler-title"] { border: 1px solid blue; } diff --git a/editions/tw5.com/tiddlers/howtos/How to apply custom styles.tid b/editions/tw5.com/tiddlers/howtos/How to apply custom styles.tid index df347f002..9d9c2bc29 100644 --- a/editions/tw5.com/tiddlers/howtos/How to apply custom styles.tid +++ b/editions/tw5.com/tiddlers/howtos/How to apply custom styles.tid @@ -1,5 +1,5 @@ created: 20141001132300000 -list: [[Custom styles by data-tags]] [[Custom styles by title]] +list: [[Custom styles by data-tags]] [[Custom styles by data-tiddler-title]] modified: 201804111740 tags: [[Customise TiddlyWiki]] title: How to apply custom styles