add image `auto resize` in css files

This commit is contained in:
Diego Garcia 2016-02-14 21:19:35 -02:00
parent 2269d0f506
commit a6ce793b7d
2 changed files with 6 additions and 1 deletions

View File

@ -387,6 +387,11 @@ form .row:first-child .floating-label-form-group {
text-shadow: none;
background: #0085a1;
}
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}
img::selection {
color: white;
background: transparent;

File diff suppressed because one or more lines are too long