Skip to content

Commit e68d1e1

Browse files
authored
Remove broken navbar (SchemaStore#4982)
1 parent bb79112 commit e68d1e1

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed

cli.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,11 +1153,6 @@ async function taskBuildWebsite() {
11531153
<h1><a href="/" itemprop="name">${pageTitle}</a></h1>
11541154
</div>
11551155
</header>
1156-
<nav>
1157-
<ul class="container">
1158-
<li><a href="/json/">JSON</a></li>
1159-
</ul>
1160-
</nav>
11611156
11621157
<div role="main" id="main" class="container">
11631158
${body}

src/_Layout.cshtml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@
4848
@*<h2 itemprop="headline">@Page.Description</h2>*@
4949
</div>
5050
</header>
51-
<nav>
52-
<ul class="container">
53-
<li><a href="/json/">JSON</a></li>
54-
</ul>
55-
</nav>
5651

5752
<div role="main" id="main" class="container">
5853
@RenderBody()

src/css/site.css

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -115,28 +115,6 @@ header h1 a {
115115
margin-left: 2em;
116116
}
117117

118-
nav {
119-
width: 100%;
120-
background: #ff8d00;
121-
}
122-
123-
nav ul {
124-
list-style: none;
125-
padding: 0;
126-
}
127-
128-
nav li {
129-
display: inline-block;
130-
padding: 2px 0;
131-
margin-right: 15px;
132-
}
133-
134-
nav a {
135-
color: white;
136-
text-decoration: none;
137-
font-weight: 600;
138-
}
139-
140118
#schemalist,
141119
#editorlist {
142120
width: 100%;

0 commit comments

Comments
 (0)