You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bu...@apache.org on 2011/07/05 18:13:38 UTC

svn commit: r792276 - /websites/staging/trafficserver/trunk/content/styles/ts.css

Author: buildbot
Date: Tue Jul  5 16:13:38 2011
New Revision: 792276

Log:
Staging update by buildbot

Modified:
    websites/staging/trafficserver/trunk/content/styles/ts.css

Modified: websites/staging/trafficserver/trunk/content/styles/ts.css
==============================================================================
--- websites/staging/trafficserver/trunk/content/styles/ts.css (original)
+++ websites/staging/trafficserver/trunk/content/styles/ts.css Tue Jul  5 16:13:38 2011
@@ -75,28 +75,29 @@ div.main {
   padding: 1em;
 }
 
-div.toc {
-  clear;
-  background:white;
-  float:right;
-  border: solid 1px black;
-  padding-right: 0.5em;
-  padding-left: 0
-  font-size: 11pt;  /* keep this ratio */
-}
-
 #content p{
   background:white;
   font-size: 13pt;  /* keep this ratio */
   width: 42pc;
 }
 
-#content ul, dd, dl, dt, tr, th, td{
+#content ul, li, dl, tr, th, td{
   background:white;
   font-size: 13pt;  /* keep this ratio */
   width: 40pc;
 }
 
+div.toc {
+  clear: inherit;
+  font-size: 10pt;
+  background:white;
+  float:right;
+  border: solid 1px black;
+  padding-right: 0.5em;
+  padding-left: 0;
+  width: 50%;
+}
+
 
 #content h1 {
   background-color:#EEEEEE;