You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ul...@apache.org on 2010/12/01 13:58:30 UTC

svn commit: r1040989 - /tapestry/tapestry-site/branches/post-5.2-site/styles/style.css

Author: uli
Date: Wed Dec  1 12:58:30 2010
New Revision: 1040989

URL: http://svn.apache.org/viewvc?rev=1040989&view=rev
Log:
style the tutorial navigation

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=1040989&r1=1040988&r2=1040989&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 12:58:30 2010
@@ -194,5 +194,8 @@ 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; }
+/* style the tutorial navigation */
+.tutorialnav {
+    width: 300px;
+    float: left;
+}