You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gh...@apache.org on 2012/01/30 20:56:26 UTC

svn commit: r1237950 - /roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css

Author: ghuber
Date: Mon Jan 30 19:56:26 2012
New Revision: 1237950

URL: http://svn.apache.org/viewvc?rev=1237950&view=rev
Log:
Make sure the rightcontent does not extend past the end of the sidebarInner.

Modified:
    roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css

Modified: roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css
URL: http://svn.apache.org/viewvc/roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css?rev=1237950&r1=1237949&r2=1237950&view=diff
==============================================================================
--- roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css (original)
+++ roller/trunk/weblogger-webapp/src/main/webapp/roller-ui/styles/menu.css Mon Jan 30 19:56:26 2012
@@ -26,7 +26,6 @@ menu.css: CSS layout and styles for Roll
 div.menu-tl {
     margin: 0px; 
     padding: 0px; 
-    height: 100%;
     width: 100%;
     background: url("../images/menutab-tl.gif") no-repeat top left;   
     background-repeat: no-repeat;
@@ -36,7 +35,6 @@ div.menu-tl {
 div.menu-tr {
     margin: 0px; 
     padding: 0px; 
-    height: 100%;
     width: 100%;
     background: url("../images/menutab-tr.gif") no-repeat top right;    
     background-repeat: no-repeat;
@@ -48,6 +46,10 @@ td div.menu-tr div.menu-tl a {
    padding: 3px 5px 0px 5px;
 }
 
+td .menu-tl, td .menu-tr {
+	height: 100%;
+}
+
 /* ----------------------------------------------------------------------
 Menu tab table (the tabs)
 ---------------------------------------------------------------------- */