123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- img {
- height: auto; /* Make sure images are scaled correctly. */
- max-width: 100%; /* Adhere to container width. */
- }
- figure {
- margin: 0 0 1.6em;
- }
- .page-content .wp-smiley,
- .entry-content .wp-smiley,
- .comment-content .wp-smiley {
- border: none;
- margin-bottom: 0;
- margin-top: 0;
- padding: 0;
- }
- /* Make sure embeds and iframes fit their containers. */
- embed,
- iframe,
- object {
- max-width: 100%;
- }
- .wp-caption {
- @include font-size(.825);
- font-style: italic;
- margin-bottom: 1.6em;
- max-width: 100%;
- img[class*="wp-image-"] {
- @include center-block;
- }
- .wp-caption-text {
- margin: 0.8em 0;
- }
- }
- .wp-caption-text {
- text-align: center;
- }
- /*--------------------------------------------------------------
- ## Galleries
- --------------------------------------------------------------*/
- @import "galleries";
|