[Rt-commit] rt branch, 4.2/static-css, updated. rt-4.1.8-167-g453e219
Thomas Sibley
trs at bestpractical.com
Mon Apr 29 15:29:15 EDT 2013
The branch, 4.2/static-css has been updated
via 453e2192e5820327695eec506ca266bf1775f79b (commit)
from 89bafb87a5cdd17148d1019f054f474cf0159dd0 (commit)
Summary of changes:
docs/UPGRADING-4.2 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 453e2192e5820327695eec506ca266bf1775f79b
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Apr 29 12:28:41 2013 -0700
Note how to target specific themes now that the per-theme callbacks are gone
As suggested by Christian Loos on Github.
diff --git a/docs/UPGRADING-4.2 b/docs/UPGRADING-4.2
index e0eb209..ae7dcf5 100644
--- a/docs/UPGRADING-4.2
+++ b/docs/UPGRADING-4.2
@@ -91,6 +91,7 @@ UPGRADING FROM RT 4.0.0 and greater
* CSS is no longer processed through Mason; it's served by a proper static file
handler. If you used the Begin or End callbacks of main.css in the aileron,
- web2, or ballard themes, you should transition to the @CSSFiles config
- option. See docs/customizing/styling_rt.pd for more information on custom
- styles.
+ web2, or ballard themes, you should transition to the @CSSFiles config option.
+ If you need to target specific themes, you can use the class set on the <body>
+ element (for example: body.aileron). See docs/customizing/styling_rt.pd for
+ more information on custom styles.
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list