Skip to content

Commit 2e9fc6d

Browse files
revert css to master
1 parent 128f591 commit 2e9fc6d

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/html_support_files/odoc.css

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,8 @@ body.odoc:has( .odoc-search) .odoc-toc {
12851285
"preamble"
12861286
"toc-local"
12871287
"content"
1288-
"toc-global" !important;
1289-
grid-template-columns: 1fr !important;
1288+
"toc-global";
1289+
grid-template-columns: 1fr;
12901290
}
12911291
body.odoc:has(> .odoc-search:focus-within) {
12921292
/* This is the same as when there is no focus on the search bar, this is
@@ -1297,8 +1297,8 @@ body.odoc:has( .odoc-search) .odoc-toc {
12971297
"preamble"
12981298
"toc-local"
12991299
"content"
1300-
"toc-global" !important;
1301-
grid-template-columns: 1fr !important;
1300+
"toc-global";
1301+
grid-template-columns: 1fr;
13021302
}
13031303
body.odoc .odoc-search {
13041304
position: relative;
@@ -1322,11 +1322,6 @@ body.odoc:has( .odoc-search) .odoc-toc {
13221322
border-radius: 5px;
13231323
margin-bottom: 2em;
13241324
}
1325-
1326-
nav.odoc-nav {
1327-
padding-top: 0 !important;
1328-
padding-bottom: var(--search-padding-top);
1329-
}
13301325
}
13311326

13321327
/* Print adjustements. */

0 commit comments

Comments
 (0)