Skip to content

Commit fc17aad

Browse files
committed
Updates
1 parent 97cb538 commit fc17aad

File tree

9 files changed

+40
-35
lines changed

9 files changed

+40
-35
lines changed

_src/app/docs/src/TypeDocumentation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ var TypeDoc = React.createClass({
196196

197197
{functions.count() > 0 &&
198198
<section>
199-
<h4 className="groupTitle">Static Methods</h4>
199+
<h4 className="groupTitle">Static methods</h4>
200200
{functions.map((t, fnName) =>
201201
<MemberDoc
202202
key={fnName}

_src/app/docs/src/style.less

+1-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
.sideBar .groupTitle {
109109
color: @body-color;
110110
font-size: 1em;
111-
font-weight: normal;
112111
margin: 1em 0 0;
113112
}
114113

@@ -208,7 +207,7 @@
208207
.groupTitle {
209208
color: #9A9C9E;
210209
font-size: 1.5em;
211-
font-weight: normal;
210+
font-weight: 300;
212211
margin: 3rem 0 2rem;
213212
}
214213

_src/resources/immutable.d.json

+1-1
Large diffs are not rendered by default.

docs/bundle.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

+2-2
Large diffs are not rendered by default.

docs/index.html

+31-25
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)