Skip to content

Commit 9f88b17

Browse files
committed
2.2.6
1 parent 0f890a6 commit 9f88b17

File tree

6 files changed

+24464
-20
lines changed

6 files changed

+24464
-20
lines changed

docs/components/docs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var Docs = React.createClass({
5353
<div className='container'>
5454
<aside className='col-sm-3 section'>
5555
<Affix className='nav-aside section-inner' offsetTop={52}>
56-
<nav>
56+
<nav className='side-nav'>
5757
<ul className='nav'>
5858
<li className={this.getPathname().match(/\/getting-started/) ? 'active' : ''}>
5959
<Link to='/getting-started'>Getting Started</Link>

docs/docs.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11

22
body {
3-
margin-bottom: 40px;
43
font-size: 14px;
54
}
65

7-
h2, h3 {
8-
margin-top: 40px;
9-
}
10-
116
h4 {
127
margin-top: 20px;
138
}

0 commit comments

Comments
 (0)