Skip to content

Commit

Permalink
[CSS] limit the size of images
Browse files Browse the repository at this point in the history
  • Loading branch information
nono committed Mar 12, 2014
1 parent 938ea68 commit b3c9a86
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/assets/stylesheets/contrib/cascade-alternative.css.scss
Expand Up @@ -54,6 +54,9 @@ a:hover,
a:active {
text-decoration: underline;
}
img {
max-width: 100%;
}

/* Bandeau de navigation en haut */
nav#site {
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/contrib/cascade.css.scss
Expand Up @@ -58,6 +58,9 @@ a:hover,
a:active {
text-decoration: underline;
}
img {
max-width: 100%;
}

/* Bandeau de navigation en haut */
nav#site {
Expand Down
3 changes: 3 additions & 0 deletions app/assets/stylesheets/contrib/kaiska-new.css.scss
Expand Up @@ -804,6 +804,9 @@ a:hover {
a img {
border: none;
}
img {
max-width: 100%;
}
#tracker .fix a,
#tracker .invalid a,
.tracker.fix a,
Expand Down

0 comments on commit b3c9a86

Please sign in to comment.