Skip to content

Commit

Permalink
Update media.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ffranke committed Aug 21, 2014
1 parent 20bdcdb commit 23b86c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/styles/media.css
Expand Up @@ -45,7 +45,7 @@ object, param, embed {width:100% !important; height:200px; !important;}


} }


.small-column img, medium-column img { .small-column img, .medium-column img, .full-column img, .large-column img {
width:100%; width:100%;
height:auto; height:auto;
} }
Expand Down Expand Up @@ -183,4 +183,4 @@ px 68 160 252 344 436


@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {


} }

0 comments on commit 23b86c6

Please sign in to comment.