Skip to content

Commit

Permalink
2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jquense committed Feb 16, 2015
1 parent 0f890a6 commit 9f88b17
Show file tree
Hide file tree
Showing 6 changed files with 24,464 additions and 20 deletions.
2 changes: 1 addition & 1 deletion docs/components/docs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var Docs = React.createClass({
<div className='container'>
<aside className='col-sm-3 section'>
<Affix className='nav-aside section-inner' offsetTop={52}>
<nav>
<nav className='side-nav'>
<ul className='nav'>
<li className={this.getPathname().match(/\/getting-started/) ? 'active' : ''}>
<Link to='/getting-started'>Getting Started</Link>
Expand Down
5 changes: 0 additions & 5 deletions docs/docs.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@

body {
margin-bottom: 40px;
font-size: 14px;
}

h2, h3 {
margin-top: 40px;
}

h4 {
margin-top: 20px;
}
Expand Down

0 comments on commit 9f88b17

Please sign in to comment.