Skip to content

Commit

Permalink
cosmo: fixes thomaspark#65, nav-tabs border-radius bug
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Jan 19, 2013
1 parent e5ea222 commit b300395
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -5251,6 +5251,13 @@ div.subnav-fixed {
-moz-border-radius: 0;
border-radius: 0;
}
.tabs-below > .nav-tabs > li > a,
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.nav-pills > li > a {
background-color: #dfdfdf;
-webkit-border-radius: 0;
Expand Down
1 change: 1 addition & 0 deletions cosmo/bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions cosmo/bootswatch.less
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ div.subnav {
}
}

.tabs-below,
.tabs-left,
.tabs-right {

& > .nav-tabs > li > a{
.border-radius(0);
}
}

.nav-pills {

& > li > a {
Expand Down

0 comments on commit b300395

Please sign in to comment.