ACC SHELL
/* ==========================================================================
Base.Images
========================================================================== */
/**
* 1. Fluidni obrazky pro responzivni design.
*/
img {
max-width: 100%; /* [1] */
}
/**
* 1. Zruseni fluidnich obrazku, jsou-li explicitne
* nastavene hodnoty `width` a/nebo `height`.
*/
img[width], /* [1] */
img[height] { /* [1] */
max-width: none;
}
/**
* 1. Trida, ktera implicitne prepise zruseni fluidnich obrazku,
* ktery ma nastavene hodnoty `width` a/nebo `height`.
*/
.responsive {
max-width: 100% !important; /* [1] */
}
ACC SHELL 2018