Add CSS classes to site description body and main div so the site description can be styled directly
Description
Environment
None
Test Plan
None
Activity
Show:
Sam Ottenhoff July 26, 2012 at 11:08 AM
1.3.x r110800
Hudson CI Server May 30, 2012 at 11:15 AM
Integrated in kernel-trunk #515 (See http://builds.sakaiproject.org:8080/job/kernel-trunk/515/)
https://sakaiproject.atlassian.net/browse/KNL-931#icft=KNL-931 add CSS classes so the site description can be styled distinctly from the rest of Sakai (Revision 108749)
Result = SUCCESS
Problem: the site information display renders the site description and does not provide a body class or any unique class on the primary div. This makes it impossible to style this content distinctly.
Here is the primary HTML currently (note that portletBody is used all over Sakai): <body><div class="portletBody">
Solution: add a CSS class to the body and to the primary div.