1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #8770 from goshakkk/guides-img-fix

Fix img width in guides
This commit is contained in:
Xavier Noria 2013-01-06 08:14:59 -08:00
commit 7d365135a3

View file

@ -83,6 +83,10 @@ table th {
padding: 0.5em 1em;
}
img {
max-width: 100%;
}
/* Structure and Layout
--------------------------------------- */