We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea03336 commit 1cfa9deCopy full SHA for 1cfa9de
doxy-boot.js
@@ -26,7 +26,7 @@ $( document ).ready(function() {
26
$("#nav-path > ul").addClass("breadcrumb");
27
28
$("table.params").addClass("table");
29
- $("div.ingroups").wrapInner("<small></small>");
+ $("div.ingroups").wrapInner("<span class='text-nowrap'></span>");
30
$("div.levels").css("margin", "0.5em");
31
$("div.levels > span").addClass("btn btn-default btn-xs");
32
$("div.levels > span").css("margin-right", "0.25em");
@@ -92,8 +92,8 @@ $( document ).ready(function() {
92
if(getOriginalWidthOfImg($(this)[0]) > $('#content>div.container').width())
93
$(this).css('width', '100%');
94
});
95
-
96
+
97
/* responsive search box */
98
$('#MSearchBox').parent().remove();
99
0 commit comments