Skip to content
Snippets Groups Projects
Commit 9e9d4aa5 authored by Jay Alvarez's avatar Jay Alvarez
Browse files

moved 2px spacer margin on tabs from right to left when nav-tabs are right...

moved 2px spacer margin on tabs from right to left when nav-tabs are right aligned as on the view-edit table
parent a25bf990
No related branches found
No related tags found
1 merge request!29moved 2px spacer margin on tabs from right to left when nav-tabs are …
......@@ -276,6 +276,11 @@ h2.navbar-brand {
margin-right:@padding-small-horizontal;
}
.nav.nav-tabs.pull-right > li > a {
margin-right:0;
margin-left:2px;
}
//Project info
.project-info {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment