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/06 23:50:20 UTC

svn commit: r279134 - in /incubator/roller/branches/roller_2.0/web/theme: banner.jsp head.jsp roller.css

Author: snoopdave
Date: Tue Sep  6 14:50:16 2005
New Revision: 279134

URL: http://svn.apache.org/viewcvs?rev=279134&view=rev
Log:
Fixed bug that causing post-webog create page to lose style

Modified:
    incubator/roller/branches/roller_2.0/web/theme/banner.jsp
    incubator/roller/branches/roller_2.0/web/theme/head.jsp
    incubator/roller/branches/roller_2.0/web/theme/roller.css

Modified: incubator/roller/branches/roller_2.0/web/theme/banner.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/banner.jsp?rev=279134&r1=279133&r2=279134&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/banner.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/banner.jsp Tue Sep  6 14:50:16 2005
@@ -1,7 +1,7 @@
 <%@ include file="/taglibs.jsp" %>
 
 <%
-String theme = request.getParameter("theme");
+String theme = request.getParameter("look");
 if (theme == null) theme = RollerConfig.getProperty("editor.theme");
 String logourl = "/theme/" + theme + "/logo.gif";
 request.setAttribute("logourl", logourl);

Modified: incubator/roller/branches/roller_2.0/web/theme/head.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/head.jsp?rev=279134&r1=279133&r2=279134&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/head.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/head.jsp Tue Sep  6 14:50:16 2005
@@ -14,7 +14,7 @@
     href="<%= request.getContextPath() %>/theme/calendar.css" />
       
 <%
-String theme = request.getParameter("theme");
+String theme = request.getParameter("look");
 if (theme == null) theme = RollerConfig.getProperty("editor.theme");
 %>
 <link rel="stylesheet" type="text/css" media="all" 

Modified: incubator/roller/branches/roller_2.0/web/theme/roller.css
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/roller.css?rev=279134&r1=279133&r2=279134&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/roller.css (original)
+++ incubator/roller/branches/roller_2.0/web/theme/roller.css Tue Sep  6 14:50:16 2005
@@ -93,7 +93,7 @@
     padding: 4px 15px 4px 15px;
 }
 #footer {
-    padding: 10px 0px 0px 0px;
+    margin: 10px 0px 0px 0px;
     border-top: 1px grey solid;
 }
 .sidebarfade, .sidebarfade_hotblogs, .sidebarfade_search, {