Skip to content

Commit

Permalink
add max-width of 100% to img tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kbjohnson90 committed Apr 24, 2014
1 parent 8d6ed8f commit 51520a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/assets/css/fuel.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h1 { font-size: 20px; margin-bottom: 10px; }
h2 { font-size: 16px; margin-bottom: 10px; }
h3 { font-size: 12px; margin: 15px 0 3px 0; }
a { color: #0e3e7e; text-decoration: none; }
img { border: 0; }
img { border: 0; max-width: 100%; }
a:hover { text-decoration: underline; }
a:visited { color: #4679bd;}
p { margin: 5px 0 15px 0; }
Expand Down
2 changes: 1 addition & 1 deletion fuel/modules/fuel/assets/css/fuel.min.css

Large diffs are not rendered by default.

0 comments on commit 51520a9

Please sign in to comment.