oembed.css 219 B

12345678910111213141516
  1. .u-photo.oembed {
  2. float: left;
  3. margin-bottom: 1ex;
  4. margin-right: 1em;
  5. }
  6. .p-author.oembed {
  7. font-style: italic;
  8. }
  9. .p-summary.oembed {
  10. line-height: 1.25em;
  11. max-height: 5em;
  12. overflow: auto;
  13. }