_s: Update selectors to reflect the changes in 810e499. Fixes #288.

This commit is contained in:
obenland 2013-08-21 10:38:39 -04:00
parent 76c68722cc
commit 0ac069a0bf
1 changed files with 6 additions and 6 deletions

View File

@ -522,22 +522,22 @@ a:active {
.wp-caption .wp-caption-text { .wp-caption .wp-caption-text {
margin: 0.8075em 0; margin: 0.8075em 0;
} }
.site-content .gallery { .site-main .gallery {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
.gallery-caption { .gallery-caption {
} }
.site-content .gallery a img { .site-main .gallery a img {
border: none; border: none;
height: auto; height: auto;
max-width: 90%; max-width: 90%;
} }
.site-content .gallery dd { .site-main .gallery dd {
margin: 0; margin: 0;
} }
.site-content .gallery-columns-4 .gallery-item { .site-main .gallery-columns-4 .gallery-item {
} }
.site-content .gallery-columns-4 .gallery-item img { .site-main .gallery-columns-4 .gallery-item img {
} }
/* Make sure embeds and iframes fit their containers */ /* Make sure embeds and iframes fit their containers */
@ -551,7 +551,7 @@ object {
/* =Navigation /* =Navigation
----------------------------------------------- */ ----------------------------------------------- */
.site-content [class*="navigation"] { .site-main [class*="navigation"] {
margin: 0 0 1.5em; margin: 0 0 1.5em;
overflow: hidden; overflow: hidden;
} }