Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Add banners"
This reverts commit e4db255.
  • Loading branch information
bebraw committed Dec 7, 2016
1 parent e4db255 commit 2b795b2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 15 deletions.
Binary file removed assets/img/rib.jpg
Binary file not shown.
4 changes: 0 additions & 4 deletions layouts/BlogPage.jsx
Expand Up @@ -49,10 +49,6 @@ export default React.createClass({
<span className="draft-text">Draft</span> :
null
}
<a href="http://www.reactindiebundle.com/" target="_blank">
<img className="rib" src="/assets/img/rib.jpg" alt="React Indie Bundle" width={728} height={90} />
</a>

<div dangerouslySetInnerHTML={{__html: page.content}} />
{page.headerExtra ?
<div className="header-extra"
Expand Down
4 changes: 0 additions & 4 deletions layouts/ChapterPage.jsx
Expand Up @@ -47,10 +47,6 @@ export default React.createClass({

<div className="chapter">
<div className="post__content">
<a href="http://www.reactindiebundle.com/" target="_blank">
<img className="rib" src="/assets/img/rib.jpg" alt="React Indie Bundle" width={728} height={90} />
</a>

<LatestPost sectionPages={section.pages} />

{this.renderPostMeta(page)}
Expand Down
7 changes: 0 additions & 7 deletions styles/custom.scss
Expand Up @@ -2,13 +2,6 @@
@import "vars";
@import "styles";

// XXX
.rib {
margin-bottom: 1em;
width: 100% !important;
height: auto !important;
}

.header-anchor {
display: block;
position: relative;
Expand Down

0 comments on commit 2b795b2

Please sign in to comment.