Skip to content

Commit

Permalink
Forgot that Bootstrap is loading per CDN, so we can remove those clas…
Browse files Browse the repository at this point in the history
…ses because BS already provides them. Close #123
  • Loading branch information
Marvin Heilemann committed Aug 29, 2018
1 parent c262cd9 commit a37edc4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class Footer extends React.Component {
<div className="col">
{siteConfig.copyright}
</div>
<div className="col-auto align-right">
<div className="col-auto align-self-end">
<a href={this.docUrl('credits.html', this.props.language)}>Credits</a>
</div>
</div>
Expand Down
18 changes: 0 additions & 18 deletions website/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,24 +75,6 @@ body:not(.separateOnPageNav) .wrapper {
width: 100%;
}

/* TODO: remove this when bootstrap can load via cdn or node_modules */

.row {
width: 100%;
}

.align-right {
text-align: right;
}

.align-left {
text-align: left;
}

.float-right {
float: right;
}

.float-left {
float: left;
}

0 comments on commit a37edc4

Please sign in to comment.