16 lines
216 B
CSS
16 lines
216 B
CSS
.u-photo.embed {
|
|
float: left;
|
|
margin-bottom: 1ex;
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.p-author.embed {
|
|
font-style: italic;
|
|
}
|
|
|
|
.p-summary.embed {
|
|
line-height: 1.25em;
|
|
max-height: 5em;
|
|
overflow: auto;
|
|
}
|