From 6a00ab3782cb34d014f2a98bffcb410c849506b0 Mon Sep 17 00:00:00 2001 From: Baris Usakli <barisusakli@gmail.com> Date: Fri, 29 Nov 2013 14:22:02 -0500 Subject: [PATCH] removed btn-large from post topic button --- public/templates/category.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/templates/category.tpl b/public/templates/category.tpl index 8fb455d77e..5c5ebeb1b5 100644 --- a/public/templates/category.tpl +++ b/public/templates/category.tpl @@ -9,7 +9,7 @@ </ol> <div> - <button id="new_post" class="btn btn-primary btn-lg {show_topic_button}">[[category:new_topic_button]]</button> + <button id="new_post" class="btn btn-primary {show_topic_button}">[[category:new_topic_button]]</button> <div class="inline-block pull-right"> <a href="#" id="facebook-share"><i class="fa fa-facebook-square fa-2x"></i></a>