Remove more hacks

This commit is contained in:
Laurent Rineau 2017-08-24 09:51:28 +02:00
parent f3cee9d505
commit a31755fb95
1 changed files with 0 additions and 14 deletions

View File

@ -182,20 +182,6 @@ div.groupText {
background: white; 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 { #MSearchResultsWindow {
z-index: 2; z-index: 2;
} }