You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/27 23:47:32 UTC

svn commit: r292057 - in /incubator/roller/branches/roller_2.0/web: WEB-INF/tiles-defs.xml theme/css-nosidebar.jsp

Author: snoopdave
Date: Tue Sep 27 14:47:26 2005
New Revision: 292057

URL: http://svn.apache.org/viewcvs?rev=292057&view=rev
Log:
It's really nice for the edit page template textarea to be nice and wide

Added:
    incubator/roller/branches/roller_2.0/web/theme/css-nosidebar.jsp
Modified:
    incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml

Modified: incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml?rev=292057&r1=292056&r2=292057&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml (original)
+++ incubator/roller/branches/roller_2.0/web/WEB-INF/tiles-defs.xml Tue Sep 27 14:47:26 2005
@@ -41,7 +41,7 @@
    <put name="banner"       value="/theme/empty.jsp" />
    <put name="bannerStatus" value="/theme/bannerStatus.jsp" />
    <put name="head"         value="/theme/head.jsp" />
-   <put name="styles"       value="/theme/empty.jsp" />
+   <put name="styles"       value="/theme/css-nosidebar.jsp" />
    <put name="messages"     value="/theme/messages.jsp" />
    <put name="content"      value="${content}" />
    <put name="footer"       value="/theme/footer.jsp" />

Added: incubator/roller/branches/roller_2.0/web/theme/css-nosidebar.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/css-nosidebar.jsp?rev=292057&view=auto
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/css-nosidebar.jsp (added)
+++ incubator/roller/branches/roller_2.0/web/theme/css-nosidebar.jsp Tue Sep 27 14:47:26 2005
@@ -0,0 +1,5 @@
+#centercontent_wrap {
+    width: 100%;
+}
+
+