You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2019/01/31 20:31:09 UTC

svn commit: r1852644 - in /jmeter/trunk/xdocs: css/new-style.css stylesheets/website-style.xsl

Author: fschumacher
Date: Thu Jan 31 20:31:09 2019
New Revision: 1852644

URL: http://svn.apache.org/viewvc?rev=1852644&view=rev
Log:
Google+ will be shutdown soon, so remove the links on our website with the next release.

Modified:
    jmeter/trunk/xdocs/css/new-style.css
    jmeter/trunk/xdocs/stylesheets/website-style.xsl

Modified: jmeter/trunk/xdocs/css/new-style.css
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/css/new-style.css?rev=1852644&r1=1852643&r2=1852644&view=diff
==============================================================================
--- jmeter/trunk/xdocs/css/new-style.css (original)
+++ jmeter/trunk/xdocs/css/new-style.css Thu Jan 31 20:31:09 2019
@@ -70,10 +70,6 @@
   padding-right: 0.2rem;
 }
 
-.gplus {
-  background-color: #d34836 !important;
-}
-
 .twitter {
   background-color: #55acee !important;
 }

Modified: jmeter/trunk/xdocs/stylesheets/website-style.xsl
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/website-style.xsl?rev=1852644&r1=1852643&r2=1852644&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/website-style.xsl (original)
+++ jmeter/trunk/xdocs/stylesheets/website-style.xsl Thu Jan 31 20:31:09 2019
@@ -183,7 +183,6 @@
       <ul>
         <li class="fb"><a data-social-url="https://facebook.com/sharer/sharer.php?u=" title="Share on facebook"><i class="fa fa-facebook" aria-hidden="true"></i>share</a></li>
         <li class="twitter"><a data-social-url="https://twitter.com/intent/tweet?url=" title="Tweet on twitter"><i class="fa fa-twitter" aria-hidden="true"></i>tweet</a></li>
-        <li class="gplus"><a data-social-url="https://plus.google.com/share?url=" title="Share on Google+"><i class="fa fa-google-plus" aria-hidden="true"></i>share</a></li>
       </ul>
     </div>
   </xsl:template>