diff options
author | murphy <murphy@rubychan.de> | 2010-06-16 17:10:35 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2010-06-16 17:10:35 +0000 |
commit | 4a1e5db7fc18779f57019aa65d522f4fe654f819 (patch) | |
tree | ea69e9278c9f5904c22ad63959da080173f1046b /Changes.textile | |
parent | 9bfb202e4f37a17f141a81493efdcee06ef815a6 (diff) | |
download | coderay-4a1e5db7fc18779f57019aa65d522f4fe654f819.tar.gz |
Updated Alpha style: less bolded tokens, user-select:none for line numbers (closes #226), removed osolete .rx .fu style.
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 7d5d4fe..c1de27f 100644 --- a/Changes.textile +++ b/Changes.textile @@ -27,6 +27,7 @@ h3. General changes * *IMPROVED* documentation in general; additions, corrections and cleanups * *FIXED* some image links in the documentation * *IMPROVED* Ruby 1.9 support (_._ not in @$LOAD_PATH@) +* *NEW*: Extended support and usage of HTML5 and CSS 3 features. h3. @Tokens@ @@ -232,6 +233,9 @@ h3. *NEW*: @Styles::Alpha@ A style that uses transparent HSLA colors as defined in CSS 3. See "#199":http://redmine.rubychan.de/issues/199. + +It also uses the CSS 3 property @user-select: none@ to keep the user from selecting the line numbers. This is especially nice for @:inline@ line numbers. +See "#226":http://redmine.rubychan.de/issues/226. h3. @FileType@ |