Skip to content

Commit 6cf3e00

Browse files
committed
Update website
1 parent fd49628 commit 6cf3e00

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

docs/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ layer#main header {
151151
layer#main section#content {
152152
padding: 40px;
153153
padding-top: 0;
154+
padding-bottom: 0;
154155
}
155156

156157
layer#main section#content a {
@@ -171,6 +172,11 @@ layer#main header p:last-child {
171172
font-weight: normal;
172173
}
173174

175+
layer#main div#install + ul {
176+
list-style: none;
177+
margin-left: 0;
178+
}
179+
174180
layer#main p.name {
175181
display: inline-block;
176182
}

docs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ <h2 id="a-hrefgetting-the-sourcegetting-the-sourcea"><a href="#getting-the-sourc
238238
<p><a name="node-module"></a></p>
239239
<h3 id="a-hrefnode-modulenpmyarna"><a href="#node-module">npm/yarn</a></h3>
240240
<p>Use a JavaScript package manager to install locally.</p>
241+
<div id="install"></div>
242+
241243
<ul>
242244
<li><svg viewBox="0 0 18 7" width="40" style="position: relative; top: 2px;">
243245
<path fill="#CB3837" d="M0,0v6h5v1h4v-1h9v-6"></path>

packages/diffhtml-website/pages/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ If you are just getting started, ignore the runtime build for now.
6161

6262
Use a JavaScript package manager to install locally.
6363

64+
<div id="install"></div>
65+
6466
* <svg viewBox="0 0 18 7" width="40" style="position: relative; top: 2px;">
6567
<path fill="#CB3837" d="M0,0v6h5v1h4v-1h9v-6"></path>
6668
<path fill="#FFF" d="M1,1v4h2v-3h1v3h1v-4h1v5h2v-4h1v2h-1v1h2v-4h1v4h2v-3h1v3h1v-3h1v3h1v-4"></path>

packages/diffhtml-website/public/index.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ layer#main header {
151151
layer#main section#content {
152152
padding: 40px;
153153
padding-top: 0;
154+
padding-bottom: 0;
154155
}
155156

156157
layer#main section#content a {
@@ -171,6 +172,11 @@ layer#main header p:last-child {
171172
font-weight: normal;
172173
}
173174

175+
layer#main div#install + ul {
176+
list-style: none;
177+
margin-left: 0;
178+
}
179+
174180
layer#main p.name {
175181
display: inline-block;
176182
}

0 commit comments

Comments
 (0)