Skip to content

Commit fd4b088

Browse files
authored
Merge pull request #3381 from ashutosh887/master
📖: remove banner
2 parents db68e38 + f87efb9 commit fd4b088

File tree

3 files changed

+0
-36
lines changed

3 files changed

+0
-36
lines changed

docs/book/theme/css/custom.css

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
11
.menu-title img {
22
vertical-align: bottom;
33
}
4-
5-
#notice-bar {
6-
background: var(--bg);
7-
padding: 1em;
8-
margin-left: calc(-1 * var(--page-padding));
9-
margin-right: calc(-1 * var(--page-padding));
10-
margin-bottom: 1em;
11-
12-
border-bottom: 1px solid var(--table-border-color);
13-
box-shadow: 0 1px 5px 0 var(--table-border-color);
14-
}
15-
16-
#notice-bar * {
17-
color: var(--fg);
18-
}
19-
20-
#notice-bar a {
21-
text-decoration: none;
22-
}
23-
24-
#notice-bar a:not(.header) {
25-
color: var(--links);
26-
}
27-
28-
#notice-bar h2 {
29-
margin-top: 0;
30-
}

docs/book/theme/header.hbs

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/book/theme/index.hbs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@
158158
</div>
159159
</div>
160160

161-
{{> header}}
162-
163161
{{#if search_enabled}}
164162
<div id="search-wrapper" class="hidden">
165163
<form id="searchbar-outer" class="searchbar-outer">

0 commit comments

Comments
 (0)