You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by da...@apache.org on 2007/03/11 23:16:02 UTC

svn commit: r517030 - /incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css

Author: dashorst
Date: Sun Mar 11 15:16:01 2007
New Revision: 517030

URL: http://svn.apache.org/viewvc?view=rev&rev=517030
Log:
Fixed layout issues

Modified:
    incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css

Modified: incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css
URL: http://svn.apache.org/viewvc/incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css?view=diff&rev=517030&r1=517029&r2=517030
==============================================================================
--- incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css (original)
+++ incubator/wicket/common/wicket-site-skin/src/main/resources/style/wicket.css Sun Mar 11 15:16:01 2007
@@ -43,7 +43,7 @@
 	height:auto;
 }
 
-p, table, h1, h2, h3, h4, h5, h6, h7, div.code {
+p, table, h1, h2, h3, h4, h5, h6, h7, div.code, dd, dt {
 	padding-left:25px;
 	padding-right : 1em;
 }
@@ -95,7 +95,7 @@
 	color:#4a4a4a;
 }
 
-#contentbody {
+#contentBody {
 	background:#ffffff;
 	width:668px;
 	padding-top:20px;
@@ -113,7 +113,7 @@
 	text-decoration : none;
 }
 
-h1 {
+h1, .section h2 {
 	background:#ffffff url('wicket.png') no-repeat left bottom;
 	min-height : 20px;
 	height : 20px;