You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/02/15 17:22:09 UTC

svn commit: r1730561 - in /tomcat/site/trunk: docs/index.html docs/stylesheets/tomcat.css xdocs/index.xml xdocs/stylesheets/tomcat.css

Author: markt
Date: Mon Feb 15 16:22:09 2016
New Revision: 1730561

URL: http://svn.apache.org/viewvc?rev=1730561&view=rev
Log:
Add the subscribe to our YouTube channel button.

Modified:
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/stylesheets/tomcat.css
    tomcat/site/trunk/xdocs/index.xml
    tomcat/site/trunk/xdocs/stylesheets/tomcat.css

Modified: tomcat/site/trunk/docs/index.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1730561&r1=1730560&r2=1730561&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Mon Feb 15 16:22:09 2016
@@ -240,10 +240,15 @@ project logo are trademarks of the Apach
 <h3 id="Social_Media">Social Media</h3>
 <div class="text">
 
+<div class="socialmedia">
+
 <p>
 <a href="https://twitter.com/TheApacheTomcat" class="twitter-follow-button" data-show-count="false">Follow @TheApacheTomcat</a>
 </p>
 
+</div>
+
+
 <script>
 !function(d,s,id){
   var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
@@ -256,6 +261,12 @@ project logo are trademarks of the Apach
 }(document, 'script', 'twitter-wjs');
 </script>
 
+<script src="https://apis.google.com/js/platform.js"></script>
+
+
+<div class="socialmedia g-ytsubscribe" data-channelid="UCpqpJ0-G1lYfUBQ6_36Au_g" data-layout="full" data-count="hidden"></div>
+
+
 </div>
 <h3 id="Tomcat_6.0.45_Released">
 <span style="float: right;">2016-02-11</span> Tomcat 6.0.45 Released</h3>

Modified: tomcat/site/trunk/docs/stylesheets/tomcat.css
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/stylesheets/tomcat.css?rev=1730561&r1=1730560&r2=1730561&view=diff
==============================================================================
--- tomcat/site/trunk/docs/stylesheets/tomcat.css (original)
+++ tomcat/site/trunk/docs/stylesheets/tomcat.css Mon Feb 15 16:22:09 2016
@@ -274,6 +274,10 @@ table.defaultTable th, table.defaultTabl
     margin: 0;
 }
 
+.socialmedia {
+	margin-right: 20px;
+	float: left;
+}
 
 /* Printer-only Styles */
 @media print {

Modified: tomcat/site/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/index.xml?rev=1730561&r1=1730560&r2=1730561&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/index.xml (original)
+++ tomcat/site/trunk/xdocs/index.xml Mon Feb 15 16:22:09 2016
@@ -39,8 +39,11 @@ project logo are trademarks of the Apach
 </section>
 
 <section name="Social Media">
+<div class="socialmedia">
 <p><a href="https://twitter.com/TheApacheTomcat" class="twitter-follow-button"
       data-show-count="false">Follow @TheApacheTomcat</a></p>
+</div>
+
 <script>
 !function(d,s,id){
   var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
@@ -52,6 +55,11 @@ project logo are trademarks of the Apach
   }
 }(document, 'script', 'twitter-wjs');
 </script>
+
+<script src="https://apis.google.com/js/platform.js"></script>
+
+<div class="socialmedia g-ytsubscribe" data-channelid="UCpqpJ0-G1lYfUBQ6_36Au_g" data-layout="full" data-count="hidden"></div>
+
 </section>
 
 <section name="Tomcat 6.0.45 Released" rtext="2016-02-11">

Modified: tomcat/site/trunk/xdocs/stylesheets/tomcat.css
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/tomcat.css?rev=1730561&r1=1730560&r2=1730561&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/stylesheets/tomcat.css (original)
+++ tomcat/site/trunk/xdocs/stylesheets/tomcat.css Mon Feb 15 16:22:09 2016
@@ -274,6 +274,10 @@ table.defaultTable th, table.defaultTabl
     margin: 0;
 }
 
+.socialmedia {
+	margin-right: 40px;
+	float: left;
+}
 
 /* Printer-only Styles */
 @media print {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org