+
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css
index 394eb89..f955352 100644
--- a/src/main/webapp/assets/common/css/gitbucket.css
+++ b/src/main/webapp/assets/common/css/gitbucket.css
@@ -100,6 +100,7 @@
.navbar .brand {
padding-top: 6px;
padding-bottom: 6px;
+ padding-left: 0px;
}
.navbar .brand img {
@@ -121,12 +122,23 @@
padding-bottom: 6px;
}
+a.global-header-menu {
+ color: black;
+ font-weight: bold;
+ font-size: 80%;
+ margin-left: 10px;
+ margin-right: 10px;
+ line-height: 3.5;
+}
+
+/*
img.plugin-global-menu {
width: 16px;
height: 16px;
position: relative;
top: -2px;
}
+*/
/* ======================================================================== */
/* General Styles */