MDL-42195 Bootstrap: Make selector for responsive images 100% the same as bootstrap3.

Conflicts:
	theme/bootstrapbase/style/moodle.css
This commit is contained in:
Damyon Wiese
2014-04-09 15:17:52 +08:00
parent 7d72f26d77
commit a4f8f60b56
3 changed files with 4 additions and 4 deletions
@@ -78,8 +78,8 @@ sub {
// Backport of syntax from Bootstrap 3.
// Images are not responsive by default - you must add img-responsive class to get this behaviour.
// MDL-42195 (img changed to img.img-responsive, vertical-align and border split into their own rule.)
img.img-responsive {
// MDL-42195 (img changed to .img-responsive, vertical-align and border split into their own rule.)
.img-responsive {
/* Responsive images (ensure images don't scale beyond their parents) */
max-width: 100%; /* Part 1: Set a maxium relative to the parent */
width: auto\9; /* IE7-8 need help adjusting responsive images */
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long