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/06/07 22:57:31 UTC

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

Author: buildbot
Date: Tue Jun  7 20:57:30 2011
New Revision: 790574

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 Jun  7 20:57:30 2011
@@ -10,15 +10,14 @@ html {
 }
 
 body {
-  margin:0px;
+  margin:10px; // content was too close to edges.
   font-family: sans-serif
 }
 
 #header {
   height:75px;
   margin:0px 0px 0px 0px;
-  padding:0px;
-  padding-top:12px;
+//  padding-top:12px; //added a margin around whole doc instead. 
   color:#528DC8;
 /*
   -moz-border-radius: 5px;
@@ -49,10 +48,12 @@ div.nav {
   background:black;
   color:white;
   font-size:110%;
-  font-family:"DejaVu Sans";
+//  font-family:"DejaVu Sans"; // font change looks out of place.
   padding-top:1ex;
   padding-bottom:1ex;
   padding-left:1em;
+  -moz-border-radius: 5px;
+  -webkit-border-radius: 5px;  
 }
 
 span.nav {
@@ -84,60 +85,72 @@ div.main {
   height:1.5em;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
-  font-size:150%;
-  font-weight:normal;
+  font-size:100%; // relying on color to highlight.  
+  font-weight:bold;
   padding:0px;
   padding-top:0.5ex;
   padding-left:1ex;
-  margin:0px;
+  left:-10px; // moving this out towards border to show more structure.  Content after heading is not targetable, so won't be indented.
+  position:relative;
 }
 
 #content h2 {
-  font-size:133%;
-  font-weight:normal;
-  background-color:#EEEEEE;
+  font-size:100%;
+  font-weight:bold;
+//  background-color:#EEEEEE; // too much background color
   color:#528DC8;
   height:1.5em;
-  -moz-border-radius: 5px;
+/*  -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding:0px;
   padding-top:0.5ex;
   padding-left:1ex;
   margin:0px;
   margin-left:1ex;
+ */
 }
 
 #content h3 {
-  font-size:125%;
-  font-weight:normal;
-  background-color:#EEEEEE;
+  font-size:100%;
+  font-weight:bold;
+//  background-color:#EEEEEE; // too much background color
   color:#528DC8;
   height:1.5em;
-  -moz-border-radius: 5px;
+/*  -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding:0px;
   padding-top:0.5ex;
   padding-left:2ex;
   margin:0px;
   margin-left:1ex;
+*/
 }
 
 #content h4 {
-  font-size:110%;
-  font-weight:normal;
-  background-color:#EEEEEE;
+  font-size:100%;
+  font-weight:bold;
+//  background-color:#EEEEEE; // too much background color
   color:#528DC8;
   height:1.5em;
-  -moz-border-radius: 5px;
+/*  -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   padding:0px;
   padding-top:0.5ex;
   padding-left:3ex;
   margin:0px;
   margin-left:1ex;
+  */
 }
 
 #content dl {
-  background:#EEEEEE;
+//  background:#EEEEEE; // too much background color
   margin-top:1ex;
 }
+
+span#apache_logo{
+  float:right;
+}
+
+#footer{
+    margin:10px;
+}
\ No newline at end of file