summaryrefslogtreecommitdiffstatshomepage
path: root/doxygen/doxy-boot.js
diff options
context:
space:
mode:
author Antonio Giner <estudio@antonioginer.com>2016-03-17 22:50:29 +0100
committer Antonio Giner <estudio@antonioginer.com>2016-03-17 22:50:29 +0100
commit421656e108e7091ee9e1b14c84f0a3f6efc2ad2e (patch)
treeb71b32c3156abcdcc09f23a29586f7c8100ad6f9 /doxygen/doxy-boot.js
parentda18057256726be42d096a427c3f2ebc4fd45546 (diff)
parent78ef0f037617e074692f687d13d111af9855cf2d (diff)
Merge remote-tracking branch 'refs/remotes/mamedev/master'
Diffstat (limited to 'doxygen/doxy-boot.js')
-rw-r--r--doxygen/doxy-boot.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/doxygen/doxy-boot.js b/doxygen/doxy-boot.js
index 4b48553acc4..17fd6e11583 100644
--- a/doxygen/doxy-boot.js
+++ b/doxygen/doxy-boot.js
@@ -25,6 +25,7 @@ $( document ).ready(function() {
$("div#navrow5 > ul.tablist").addClass("pagination pagination-sm pagination-centered");
$("ul.tablist").css("margin-top", "0.5em");
$("ul.tablist").css("margin-bottom", "0.5em");
+ $("ul.tablist").css("padding-right", "50px");
$("li.current").addClass("active");
$("iframe").attr("scrolling", "yes");
@@ -58,7 +59,7 @@ $( document ).ready(function() {
$("div.ttname a").css("color", 'white');
$("div.ttdef,div.ttdoc,div.ttdeci").addClass("panel-body");
- $('#MSearchBox').parent().remove();
+ //$('#MSearchBox').parent().remove();
//$('div.fragment.well div.line:first').css('margin-top', '15px');
//$('div.fragment.well div.line:last').css('margin-bottom', '15px');