From fd5f5d5f53325f18fef8ffb96e28b9a97ef61cb8 Mon Sep 17 00:00:00 2001 From: Greg Bell Date: Wed, 30 May 2012 07:14:18 -0700 Subject: [PATCH] Added a CHANGELOG entry for CSS changes in #1343 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0237b2161..191cb058e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ * Created new view components (Footer, TitleBar, Header, UtilityNav) to more easily customize the views in Active Admin and per namespace. (@gregbell) +* All CSS is now encapsulated under the `body.active_admin` class. This may + change the precedence of styles that you created to override or use in + other areas of your application. ### Deprecations