You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2008/11/02 23:55:58 UTC

svn commit: r709982 - /portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp

Author: ate
Date: Sun Nov  2 14:55:58 2008
New Revision: 709982

URL: http://svn.apache.org/viewvc?rev=709982&view=rev
Log:
Merging from trunk, r667292:
Added new JSR-286 CSS Styles from Appendix PLT.C of the spec.

Modified:
    portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp

Modified: portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp
URL: http://svn.apache.org/viewvc/portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp?rev=709982&r1=709981&r2=709982&view=diff
==============================================================================
--- portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp (original)
+++ portals/pluto/branches/2.0-spi-refactoring/pluto-portal/src/main/webapp/WEB-INF/themes/pluto-default-theme.jsp Sun Nov  2 14:55:58 2008
@@ -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">