Skip to content

Commit

Permalink
Force images to scale correctly
Browse files Browse the repository at this point in the history
Problem identified with boingboing.net : issue #669
  • Loading branch information
barijaona committed Jun 7, 2016
1 parent 3b342ea commit 2152974
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions SharedSupport/Styles/Classy.viennastyle/stylesheet.css
Expand Up @@ -45,4 +45,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
1 change: 1 addition & 0 deletions SharedSupport/Styles/Default.viennastyle/stylesheet.css
Expand Up @@ -92,4 +92,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
Expand Up @@ -198,4 +198,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
Expand Up @@ -198,4 +198,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
Expand Up @@ -96,4 +96,5 @@ img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
height: auto !important;
}
Expand Up @@ -96,4 +96,5 @@ img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
height: auto !important;
}
1 change: 1 addition & 0 deletions SharedSupport/Styles/Papes.viennastyle/stylesheet.css
Expand Up @@ -140,4 +140,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
1 change: 1 addition & 0 deletions SharedSupport/Styles/Perlucida.viennastyle/stylesheet.css
Expand Up @@ -104,4 +104,5 @@ body {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
Expand Up @@ -132,6 +132,7 @@ ul {
max-width: 100%;
clear: both;
margin-bottom: 1em;
height: auto !important;
}

.articleBody img {
Expand Down
Expand Up @@ -132,4 +132,5 @@ ul {
max-width: 100%;
clear: both;
margin-bottom: 1em;
height: auto !important;
}
Expand Up @@ -92,4 +92,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
1 change: 1 addition & 0 deletions SharedSupport/Styles/Tyger.viennastyle/stylesheet.css
Expand Up @@ -84,4 +84,5 @@ img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, v
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}
1 change: 1 addition & 0 deletions SharedSupport/Styles/Xcast.viennastyle/stylesheet.css
Expand Up @@ -49,4 +49,5 @@ embed, video {
img {
box-sizing: border-box;
-webkit-box-sizing: border-box;
height: auto !important;
}

0 comments on commit 2152974

Please sign in to comment.