Import patch from PR #2366

Remove our CSS hacks, to "fix" the compilation with Doxygen 1.8.13
This commit is contained in:
Laurent Rineau 2017-08-28 14:17:48 +02:00
parent dfa7481b76
commit d5d8ddecba
2 changed files with 1 additions and 43 deletions

View File

@ -178,53 +178,10 @@ div.groupText {
font: 200% Tahoma, Arial,sans-serif;
}
/* fix the back button by hacking the layout */
/* this becomes unnecessary with the latest doxygen, r834 */
#top {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
#footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
#doc-content {
/* this is the header/footer padding */
/* so the content does not hide behind them */
padding-top: 91px;
padding-bottom: 32px;
overflow: visible;
}
#side-nav {
position: fixed;
}
#titlearea {
background: white;
}
/* this adjusts the anchors inside the doc-content div by the height of */
/* the header. this is necessary because anchors are not adjusted by the */
/* height of the position: fixed top div. */
#doc-content a.anchor {
position: absolute;
padding-top: 91px;
margin-top: -91px;
}
#doc-content .anchor {
padding-top: 91px;
margin-top: -91px;
}
#MSearchResultsWindow {
z-index: 2;
}

View File

@ -11,6 +11,7 @@
<!-- <link href="$relpath^../Manual/tabs.css" rel="stylesheet" type="text/css"/> -->
<script type="text/javascript" src="$relpath^../Manual/jquery.js"></script>
<script type="text/javascript" src="$relpath^../Manual/dynsections.js"></script>
<script src="$relpath$../Manual/hacks.js" type="text/javascript"></script>
$treeview
$search
$mathjax