Merge pull request #30 from drgarcia1986/img-auto-resize

add image `auto resize` in css files
This commit is contained in:
Gilson Filho 2016-02-21 21:40:23 -03:00
commit b5abd59c18
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