Skip to content

Commit 82305ac

Browse files
committed
Typos
updating
1 parent 5a28f59 commit 82305ac

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.DS_Store

0 Bytes
Binary file not shown.

README.html

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -298,25 +298,18 @@
298298
border-radius: 4px;
299299
}
300300

301-
.tabset-dropdown > .nav-tabs > li.active:before {
302-
content: "";
301+
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
302+
content: "\e259";
303303
font-family: 'Glyphicons Halflings';
304304
display: inline-block;
305305
padding: 10px;
306306
border-right: 1px solid #ddd;
307307
}
308308

309309
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
310-
content: "";
311-
border: none;
312-
}
313-
314-
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
315-
content: "";
310+
content: "\e258";
316311
font-family: 'Glyphicons Halflings';
317-
display: inline-block;
318-
padding: 10px;
319-
border-right: 1px solid #ddd;
312+
border: none;
320313
}
321314

322315
.tabset-dropdown > .nav-tabs > li.active {

0 commit comments

Comments
 (0)