diff --git a/View/Gallery/index.ctp b/View/Gallery/index.ctp
index 6cf2723..e4582ad 100644
--- a/View/Gallery/index.ctp
+++ b/View/Gallery/index.ctp
@@ -16,7 +16,7 @@
- Html->link(' Published albums', '?status=published', array('class' => 'btn', 'escape' => false)) ?>
+ Html->link(' Published albums', '?status=published', array('class' => 'btn btn-default', 'escape' => false)) ?>
- Html->link(' Drafts', '?status=draft', array('class' => 'btn', 'escape' => false)) ?>
+ Html->link(' Drafts', '?status=draft', array('class' => 'btn btn-default', 'escape' => false)) ?>
\ No newline at end of file
diff --git a/View/Layouts/default.ctp b/View/Layouts/default.ctp
index a75e79d..e263db6 100755
--- a/View/Layouts/default.ctp
+++ b/View/Layouts/default.ctp
@@ -10,7 +10,7 @@