Skip to content

Commit

Permalink
elearnr, pcloudr, secretR packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioFasano committed May 16, 2023
1 parent 1b0b9a6 commit 78e6316
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 234 deletions.
14 changes: 4 additions & 10 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -297,23 +297,17 @@
border: 1px solid #ddd;
border-radius: 4px;
}
.tabset-dropdown > .nav-tabs > li.active:before {
content: "";
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "\e259";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
content: "";
border: none;
}
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
content: "";
content: "\e258";
font-family: 'Glyphicons Halflings';
display: inline-block;
padding: 10px;
border-right: 1px solid #ddd;
border: none;
}
.tabset-dropdown > .nav-tabs > li.active {
display: block;
Expand Down
Loading

0 comments on commit 78e6316

Please sign in to comment.