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 17:04:26 UTC

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

Author: igalic
Date: Tue Jul  5 15:04:26 2011
New Revision: 1143090

URL: http://svn.apache.org/viewvc?rev=1143090&view=rev
Log:
TOC still needs fixing, but I'm happy with the other stuff.

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=1143090&r1=1143089&r2=1143090&view=diff
==============================================================================
--- trafficserver/site/branches/ats-cms/content/styles/ts.css (original)
+++ trafficserver/site/branches/ats-cms/content/styles/ts.css Tue Jul  5 15:04:26 2011
@@ -75,15 +75,29 @@ div.main {
   padding: 1em;
 }
 
-#content {
+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 p {
-  font-size: 12pt;  /* keep this ratio */
-  width: 36pc;
+#content ul, dd, dl, dt, tr, th, td{
+  background:white;
+  font-size: 13pt;  /* keep this ratio */
+  width: 40pc;
 }
 
+
 #content h1 {
   background-color:#EEEEEE;
   color:#528DC8;
@@ -97,6 +111,7 @@ div.main {
   padding-left:1ex;
   left:-10px; /* moving this out towards border to show more structure.  Content after heading is not targetable, so won't be indented. */
   position:relative;
+  width: 44pc;
 }
 
 #content h2 {
@@ -113,6 +128,7 @@ div.main {
   margin:0px;
   margin-left:1ex;
  */
+  width: 44pc;
 }
 
 #content h3 {
@@ -129,6 +145,7 @@ div.main {
   margin:0px;
   margin-left:1ex;
 */
+  width: 44pc;
 }
 
 #content h4 {
@@ -145,6 +162,7 @@ div.main {
   margin:0px;
   margin-left:1ex;
   */
+  width: 42pc;
 }
 
 #content dl {