Skip to content

Commit

Permalink
Merge pull request #402 from StoneCypher/LetsDoSomeUpgrades
Browse files Browse the repository at this point in the history
Lets do some upgrades
  • Loading branch information
StoneCypher committed Apr 12, 2020
2 parents 642fd8a + f22d422 commit d64fe65
Show file tree
Hide file tree
Showing 5 changed files with 1,872 additions and 2,346 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
* [[`430161f5c6`](https://github.com/StoneCypher/jssm/commit/430161f5c6)] - round 2 (John Haugeland)
* [[`520658963b`](https://github.com/StoneCypher/jssm/commit/520658963b)] - round 1 (John Haugeland)
* [[`642fd8a9b4`](https://github.com/StoneCypher/jssm/commit/642fd8a9b4)] - update readme a bit (John Haugeland)
* [[`ed2d21b8a5`](https://github.com/StoneCypher/jssm/commit/ed2d21b8a5)] - missing comma in package (John Haugeland)
* [[`59a47b5fcc`](https://github.com/StoneCypher/jssm/commit/59a47b5fcc)] - uh, get the file list right, john. 6 isn't bundled (John Haugeland)
* [[`42f6af2a29`](https://github.com/StoneCypher/jssm/commit/42f6af2a29)] - Let's slim this thing way down. All that's in the package now are two builds, the .d.ts, and a changelog (John Haugeland)
Expand Down
33 changes: 20 additions & 13 deletions docs/lib/assets/style.css
Expand Up @@ -26,7 +26,7 @@ h4 {
}

a {
color: #1184CE;
color: #1184ce;
text-decoration: none;
}

Expand All @@ -51,12 +51,12 @@ a:hover {
}

section:target h3 {
font-weight:700;
font-weight: 700;
}

.documentation td,
.documentation th {
padding: .25rem .25rem;
padding: 0.25rem 0.25rem;
}

h1:hover .anchorjs-link,
Expand All @@ -82,13 +82,16 @@ h4:hover .anchorjs-link {
}
}

.pre, pre, code, .code {
font-family: Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;
.pre,
pre,
code,
.code {
font-family: Source Code Pro, Menlo, Consolas, Liberation Mono, monospace;
font-size: 14px;
}

.fill-light {
background: #F9F9F9;
background: #f9f9f9;
}

.width2 {
Expand All @@ -100,10 +103,10 @@ h4:hover .anchorjs-link {
display: block;
width: 100%;
height: 2rem;
padding: .5rem;
padding: 0.5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
font-size: .875rem;
font-size: 0.875rem;
border-radius: 3px;
box-sizing: border-box;
}
Expand All @@ -115,15 +118,19 @@ table {
.prose table th,
.prose table td {
text-align: left;
padding:8px;
border:1px solid #ddd;
padding: 8px;
border: 1px solid #ddd;
}

.prose table th:nth-child(1) { border-right: none; }
.prose table th:nth-child(2) { border-left: none; }
.prose table th:nth-child(1) {
border-right: none;
}
.prose table th:nth-child(2) {
border-left: none;
}

.prose table {
border:1px solid #ddd;
border: 1px solid #ddd;
}

.prose-big {
Expand Down
5 changes: 4 additions & 1 deletion docs/lib/index.html
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>jssm 5.32.7 | Documentation</title>
Expand All @@ -20,6 +20,9 @@ <h3 class='mb0 no-anchor'>jssm</h3>
placeholder='Filter'
id='filter-input'
class='col12 block input'
spellcheck='false'
autocapitalize='off'
autocorrect='off'
type='text' />
<div id='toc'>
<ul class='list-reset h5 py1-ul'>
Expand Down

0 comments on commit d64fe65

Please sign in to comment.