diff --git a/e107_plugins/news/templates/news_template.php b/e107_plugins/news/templates/news_template.php
index ee6fcd270..7302b06d8 100644
--- a/e107_plugins/news/templates/news_template.php
+++ b/e107_plugins/news/templates/news_template.php
@@ -96,7 +96,7 @@ $NEWS_TEMPLATE['default']['item'] = '
{NEWSBODY}
-
{GLYPH=comments} {NEWSCOMMENTCOUNT} {EMAILICON} {PRINTICON} {PDFICON} {ADMINOPTIONS}
+
{NEWSCOMMENTLINK: glyph=comments&class=btn btn-default} {EMAILICON: class=btn btn-default} {PRINTICON: class=btn btn-default} {PDFICON} {ADMINOPTIONS: class=btn btn-default}
';
diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css
index 308bd8ea6..7a15abacd 100644
--- a/e107_themes/bootstrap3/style.css
+++ b/e107_themes/bootstrap3/style.css
@@ -99,6 +99,11 @@ img.featurebox { border-radius: 5px }
color: inherit;
text-decoration: none;
opacity: .7;
+ padding-left:15px;
+ transition: opacity .5s ease-out;
+ -moz-transition: opacity .5s ease-out;
+ -webkit-transition: opacity .5s ease-out;
+ -o-transition: opacity .5s ease-out;
}
.xurl-social-icons a:hover {