Author: uli
Date: Wed Dec 1 10:17:12 2010
New Revision: 1040931
URL: http://svn.apache.org/viewvc?rev=1040931&view=rev
Log:
fix code listings everywhere an additional left hand navigation is used (e.g.
tutorial)
Modified:
tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
Modified: tapestry/tapestry-site/branches/post-5.2-site/styles/style.css
URL:
http://svn.apache.org/viewvc/tapestry/tapestry-site/branches/post-5.2-site/styles/style.css?rev=1040931&r1=1040930&r2=1040931&view=diff
==============================================================================
--- tapestry/tapestry-site/branches/post-5.2-site/styles/style.css (original)
+++ tapestry/tapestry-site/branches/post-5.2-site/styles/style.css Wed Dec 1
10:17:12 2010
@@ -193,3 +193,6 @@ a.blogHeading {
a.blogDate {
font-weight: normal;
}
+
+/* fix code listings everywhere an additional left hand navigation is used
(e.g. tutorial) */
+td.confluenceTd div.preformatted.panel { width: 680px; }