diff --git a/src/main/twirl/issues/tab.scala.html b/src/main/twirl/issues/tab.scala.html
index 1f2aa45..4bb900f 100644
--- a/src/main/twirl/issues/tab.scala.html
+++ b/src/main/twirl/issues/tab.scala.html
@@ -2,11 +2,11 @@
repository: service.RepositoryService.RepositoryInfo)(implicit context: app.Context)
@import context._
@import view.helpers._
-
- - Issues
- - Pull requests
- - Labels
- - Milestones
+
+ - Issues
+ - Pull requests
+ - Labels
+ - Milestones
@if(loginAccount.isDefined){
-
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index cf3289a..af524ef 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -618,6 +618,60 @@
}
/****************************************************************************/
+/* nav pulls group */
+/****************************************************************************/
+.nav-pills-group:after {
+ display: table;
+ line-height: 0;
+ content: "";
+}
+
+.nav-pills-group:after {
+ clear: both;
+}
+
+.nav-pills-group > li {
+ float: left;
+}
+
+.nav-pills-group > li > a {
+ padding-right: 12px;
+ padding-left: 12px;
+ line-height: 14px;
+ color: #666;
+ font-weight: bold;
+}
+
+.nav-pills-group > li > a {
+ padding-top: 10px;
+ padding-bottom: 10px;
+ border-left : 1px solid #e5e5e5;
+ border-top : 1px solid #e5e5e5;
+ border-bottom : 1px solid #e5e5e5;
+}
+
+.nav-pills-group > .first > a {
+ -webkit-border-radius: 4px 0 0 4px;
+ -moz-border-radius: 4px 0 0 4px;
+ border-radius: 4px 0 0 4px;
+}
+
+.nav-pills-group > .last > a {
+ -webkit-border-radius: 0 4px 4px 0;
+ -moz-border-radius: 0 4px 4px 0;
+ border-radius: 0 4px 4px 0;
+ border-right : 1px solid #e5e5e5;
+}
+
+.nav-pills-group > .active > a,
+.nav-pills-group > .active > a:hover,
+.nav-pills-group > .active > a:focus {
+ color: #ffffff;
+ background-color: #0088cc;
+ border-color: #0088cc;
+}
+
+/****************************************************************************/
/* Issues */
/****************************************************************************/
.btn-group.open .dropdown-toggle.flat {