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 2012/05/07 17:02:55 UTC

svn commit: r1335052 - in /trafficserver/site/trunk: content/styles/styles.css templates/docs_page.html

Author: igalic
Date: Mon May  7 15:02:54 2012
New Revision: 1335052

URL: http://svn.apache.org/viewvc?rev=1335052&view=rev
Log:
Add #disqus_thread style to the right CSS. Make comments div a tencol.

Modified:
    trafficserver/site/trunk/content/styles/styles.css
    trafficserver/site/trunk/templates/docs_page.html

Modified: trafficserver/site/trunk/content/styles/styles.css
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/styles/styles.css?rev=1335052&r1=1335051&r2=1335052&view=diff
==============================================================================
--- trafficserver/site/trunk/content/styles/styles.css (original)
+++ trafficserver/site/trunk/content/styles/styles.css Mon May  7 15:02:54 2012
@@ -91,6 +91,13 @@ a {
   color:#528DC8;text-decoration:none;
 }
 
+/* Comments */
+
+#disqus_thread {
+  padding: 5px;
+}
+
+
 /* 3. HEADER AND NAVIGATION */
 
 #header {

Modified: trafficserver/site/trunk/templates/docs_page.html
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/templates/docs_page.html?rev=1335052&r1=1335051&r2=1335052&view=diff
==============================================================================
--- trafficserver/site/trunk/templates/docs_page.html (original)
+++ trafficserver/site/trunk/templates/docs_page.html Mon May  7 15:02:54 2012
@@ -87,7 +87,7 @@
       </div>
     </div>
     <div class="row content">
-      <div class="twelvecol">
+      <div class="tencol">
         <h1><a id="comments_section" name="comments_section">Comments</a></h1>
         <div class="warning"><strong>This section is experimental!</strong><br />
           Comments placed here should not be expected to last beyond the testing phase of this system,