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

svn commit: r1143123 - /trafficserver/site/branches/ats-cms/content/styles/ts.css

Author: igalic
Date: Tue Jul  5 16:13:28 2011
New Revision: 1143123

URL: http://svn.apache.org/viewvc?rev=1143123&view=rev
Log:
Fix CSS validation errors; Well, except for the -moz and -webkit ones..

Modified:
    trafficserver/site/branches/ats-cms/content/styles/ts.css

Modified: trafficserver/site/branches/ats-cms/content/styles/ts.css
URL: http://svn.apache.org/viewvc/trafficserver/site/branches/ats-cms/content/styles/ts.css?rev=1143123&r1=1143122&r2=1143123&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/styles/ts.css (original)
+++ trafficserver/site/branches/ats-cms/content/styles/ts.css Tue Jul  5 16:13:28 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;