Skip to content

Commit 1cfa9de

Browse files
committed
change div.ingroups from <small> to <span class='text-nowrap'>
1 parent ea03336 commit 1cfa9de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doxy-boot.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ $( document ).ready(function() {
2626
$("#nav-path > ul").addClass("breadcrumb");
2727

2828
$("table.params").addClass("table");
29-
$("div.ingroups").wrapInner("<small></small>");
29+
$("div.ingroups").wrapInner("<span class='text-nowrap'></span>");
3030
$("div.levels").css("margin", "0.5em");
3131
$("div.levels > span").addClass("btn btn-default btn-xs");
3232
$("div.levels > span").css("margin-right", "0.25em");
@@ -92,8 +92,8 @@ $( document ).ready(function() {
9292
if(getOriginalWidthOfImg($(this)[0]) > $('#content>div.container').width())
9393
$(this).css('width', '100%');
9494
});
95-
96-
95+
96+
9797
/* responsive search box */
9898
$('#MSearchBox').parent().remove();
9999

0 commit comments

Comments
 (0)