diff --git a/horizon/templates/base.html b/horizon/templates/base.html
-index 1b791d0..f767d7c 100644
+index e7e5938..27c3756 100644
--- a/horizon/templates/base.html
+++ b/horizon/templates/base.html
-@@ -10,6 +10,7 @@
- {% endblock %}
- {% include "horizon/_conf.html" %}
- {% include "horizon/client_side/_script_loader.html" %}
-+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
- </head>
- <body id="{% block body_id %}{% endblock %}">
- {% block content %}
-diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashb
-index e69de29..60f4074 100644
+@@ -4,6 +4,7 @@
+ <head>
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
+ <title>{% block title %}{% endblock %} - {% site_branding %}</title>
++ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
+ {% comment %} Load CSS sheets before Javascript {% endcomment %}
+ {% block css %}
+ {% include "_stylesheets.html" %}
+diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css
+index e69de29..4a2edcf 100644
--- a/openstack_dashboard/static/dashboard/less/fix_tabs.css
+++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-@@ -0,0 +1,4 @@
+@@ -0,0 +1,5 @@
+.nav-tabs > li > a {
-+padding-right: 5px;
-+padding-left: 5px;
++ padding-right: 5px !important;
++ padding-left: 5px !important;
++ margin-right: 0px !important;
+}
diff --git a/horizon/templates/base.html b/horizon/templates/base.html
-index 1b791d0..f767d7c 100644
+index e7e5938..27c3756 100644
--- a/horizon/templates/base.html
+++ b/horizon/templates/base.html
-@@ -10,6 +10,7 @@
- {% endblock %}
- {% include "horizon/_conf.html" %}
- {% include "horizon/client_side/_script_loader.html" %}
-+ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
- </head>
- <body id="{% block body_id %}{% endblock %}">
- {% block content %}
-diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashb
-index e69de29..60f4074 100644
+@@ -4,6 +4,7 @@
+ <head>
+ <meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
+ <title>{% block title %}{% endblock %} - {% site_branding %}</title>
++ <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}/dashboard/less/fix_tabs.css" />
+ {% comment %} Load CSS sheets before Javascript {% endcomment %}
+ {% block css %}
+ {% include "_stylesheets.html" %}
+diff --git a/openstack_dashboard/static/dashboard/less/fix_tabs.css b/openstack_dashboard/static/dashboard/less/fix_tabs.css
+index e69de29..4a2edcf 100644
--- a/openstack_dashboard/static/dashboard/less/fix_tabs.css
+++ b/openstack_dashboard/static/dashboard/less/fix_tabs.css
-@@ -0,0 +1,4 @@
+@@ -0,0 +1,5 @@
+.nav-tabs > li > a {
-+padding-right: 5px;
-+padding-left: 5px;
++ padding-right: 5px !important;
++ padding-left: 5px !important;
++ margin-right: 0px !important;
+}