File tree Expand file tree Collapse file tree 3 files changed +0
-32
lines changed
Expand file tree Collapse file tree 3 files changed +0
-32
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff line change 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()
Original file line number Diff line number Diff 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% ;
You can’t perform that action at this time.
0 commit comments