.entry-wrapped .more .read-more:after {
content: url("/static/img/read-more.png");
margin-left: .7em; }
+ .entry-wrapped .gallery h2 {
+ margin-top: 2em; }
.entry-wrapped .gallery-item {
float: left;
width: 300px;
- text-align: center;
- margin-top: 2em; }
+ text-align: center; }
.entry-wrapped .gallery-image {
- height: 250px;
+ height: 300px;
width: 300px;
display: table-cell;
vertical-align: middle; }
.entry-wrapped .gallery-image img {
margin: 0; }
+ .entry-wrapped table {
+ border-collapse: collapse;
+ margin-bottom: 2em; }
+ .entry-wrapped table td, .entry-wrapped table th {
+ border: 1px #bbb solid;
+ padding: 0.4em; }
.entry-info .entry-wrapped,
.entry-publications .entry-wrapped {
font-weight: bold; }
.comments .body {
font-size: 1.3em; }
+
+/*# sourceMappingURL=entry.css.map */