From 708e1982833f7a3ccce57110a193c0f924259951 Mon Sep 17 00:00:00 2001 From: emsquared Date: Fri, 1 Mar 2013 23:57:43 -0800 Subject: [PATCH] Updated Style Developers: Migrating to 3.0.0 (markdown) --- Style-Developers:-Migrating-to-3.0.0.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Style-Developers:-Migrating-to-3.0.0.md b/Style-Developers:-Migrating-to-3.0.0.md index 74c850d..9252707 100644 --- a/Style-Developers:-Migrating-to-3.0.0.md +++ b/Style-Developers:-Migrating-to-3.0.0.md @@ -1,6 +1,6 @@ [Version 2.1.1 compatible styles](https://github.com/Codeux/Textual/wiki/Style-Developers:-Migrating-to-2.1.1) will work on Textual v3.0.0 without any migration. However, there have been additions that a style can opt-into that will enhance the experience for the end user. -**CSS Changes** +## CSS Changes Version 3.0.0 of Textual supports message playback after each restart. A style that would like to distinguish old messages from new ones can define CSS settings for the **.historic** class type. The recommended way to shown older messages is to change their opacity. @@ -12,9 +12,7 @@ For example: } -*** - -**Template Engine** +## Template Engine Textual now hands down information on whether a specific message is encrypted so that a lock may be shown somewhere in the message to inform the end user.