1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

deleted editions cannot be retrieved

This commit is contained in:
diminator 2015-07-01 12:17:50 +02:00
parent f58a65eb0c
commit 1ec47338a1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ let AccordionListItem = React.createClass({
<div className="col-xs-5 col-sm-5 col-md-4 col-lg-4 thumbnail-wrapper">
<img src={this.props.content.thumbnail} />
</div>
<div className="col-xs-7 col-sm-7 col-md-7 col-lg-7 col-md-offset-1 col-lg-offset-1">
<div className="col-xs-7 col-sm-7 col-md-7 col-lg-7 col-md-offset-1 col-lg-offset-1 accordion-list-item-header">
<h1>{this.props.content.title}</h1>
<h3>{getLangText('by %s', this.props.content.artist_name)}</h3>
<h3>{this.props.content.date_created.split('-')[0]}</h3>

View File

@ -41,7 +41,7 @@ $ascribe-accordion-list-font: 'Source Sans Pro';
}
h3 {
font-size: 1.1em;
margin: .7em 0 0 0;
margin: .2em 0 0 0;
}
}
}