Skip to content

Commit 910711a

Browse files
committed
Fix images width
1 parent c3234e6 commit 910711a

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

assets/main.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ html {
259259

260260
}
261261

262+
263+
img {
264+
max-width: 100%;
265+
}
266+
262267
.examples, .content-types {
263268
clear: both;
264269

stylesheets/application-ie6.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ html {
248248
#wrapper.design-principles .principles .outline p {
249249
font-size: 20px;
250250
line-height: 1.2; } }
251+
#wrapper.design-principles img {
252+
max-width: 100%; }
251253
#wrapper.design-principles .examples, #wrapper.design-principles .content-types {
252254
clear: both; }
253255
#wrapper.design-principles .examples h2, #wrapper.design-principles .content-types h2 {

stylesheets/application-ie7.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ html {
247247
#wrapper.design-principles .principles .outline p {
248248
font-size: 20px;
249249
line-height: 1.2; } }
250+
#wrapper.design-principles img {
251+
max-width: 100%; }
250252
#wrapper.design-principles .examples, #wrapper.design-principles .content-types {
251253
clear: both; }
252254
#wrapper.design-principles .examples h2, #wrapper.design-principles .content-types h2 {

stylesheets/application-ie8.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ html {
247247
#wrapper.design-principles .principles .outline p {
248248
font-size: 20px;
249249
line-height: 1.2; } }
250+
#wrapper.design-principles img {
251+
max-width: 100%; }
250252
#wrapper.design-principles .examples, #wrapper.design-principles .content-types {
251253
clear: both; }
252254
#wrapper.design-principles .examples h2, #wrapper.design-principles .content-types h2 {

stylesheets/application.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ html {
247247
#wrapper.design-principles .principles .outline p {
248248
font-size: 20px;
249249
line-height: 1.2; } }
250+
#wrapper.design-principles img {
251+
max-width: 100%; }
250252
#wrapper.design-principles .examples, #wrapper.design-principles .content-types {
251253
clear: both; }
252254
#wrapper.design-principles .examples h2, #wrapper.design-principles .content-types h2 {

0 commit comments

Comments
 (0)