Skip to content

Commit

Permalink
Merge pull request #545 from alphagov/fix-tabs
Browse files Browse the repository at this point in the history
Fix appearance of tabs within content-block
  • Loading branch information
alicebartlett committed Feb 13, 2015
2 parents ffe6876 + fb3d9c4 commit 5dc10e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/assets/stylesheets/helpers/_core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ header.page-header div {
}

ol,
ul {
ul,
.tabs-nav {
float: left;
list-style: none;
margin: 0;
Expand All @@ -398,7 +399,8 @@ header.page-header div {
}
}

li {
li,
.tabs-nav li {
@include core-16;
padding: 0;
margin: 0;
Expand Down

0 comments on commit 5dc10e5

Please sign in to comment.