Merging from trunk, r667292:
Added new JSR-286 CSS Styles from Appendix PLT.C of the spec.


git-svn-id: https://svn.apache.org/repos/asf/portals/pluto/branches/2.0-spi-refactoring@709982 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp b/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp
index a8ab0f4..9e6cd22 100644
--- a/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp
+++ b/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp
@@ -35,6 +35,7 @@
     <style type="text/css" title="currentStyle" media="screen">
         @import "<c:out value="${pageContext.request.contextPath}"/>/pluto.css";
         @import "<c:out value="${pageContext.request.contextPath}"/>/portlet-spec-1.0.css";
+        @import "<c:out value="${pageContext.request.contextPath}"/>/portlet-spec-2.0.css";
     </style>
     <script type="text/javascript"
             src="<c:out value="${pageContext.request.contextPath}"/>/pluto.js">