diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-01-14 15:31:14 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-01-14 15:31:14 +0000 |
commit | 1fd7af51c8e5ce744631334a1af7ea8f61d4239b (patch) | |
tree | 1007db3ba258e9265444c18d92047161e14bfc64 | |
parent | 60be03575a78410e7e82e0d39125d5ac07282358 (diff) |
Add some notes on the popup restyling changes.
-rw-r--r-- | doc/CHANGES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 07d8cf613..b4bed110b 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -23,6 +23,9 @@ * Some fixes to the treatment of hyphenated/underscored locales so that public body translations are consistently stored using the underscore format of the locale (so 'he_IL', not 'he-IL'). +* The popup message elements for temporary notices and for letting users + know about other sites have been made consistent and now use simpler + styles. ## Upgrade notes @@ -49,6 +52,8 @@ deprecation warnings about having Rails 2.3 style plugins (deprecation warnings can result in incoming mail getting an auto reply under some email configs). +* If you have any custom styles that rely on the absolute positioning + of the 'banner' and 'wrapper' elements, they may need to be updated. # Version 0.15 |