Merge branch 'MDL-42195-26' of git://github.com/damyon/moodle into MOODLE_26_STABLE

This commit is contained in:
Marina Glancy
2014-04-08 08:54:27 +08:00
4 changed files with 7 additions and 3 deletions
@@ -76,7 +76,10 @@ sub {
// Img border in a's and image quality
// -------------------------
img {
// 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)
img.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 */
+1
View File
@@ -10,6 +10,7 @@ https://github.com/twitter/bootstrap.git
To update to the latest release of twitter bootstrap:
* remove all files from less/bootstrap,
* download the new less files and store them in less/bootstrap
* Apply change in MDL-42195 (We don't want responsive images by default).
* regenerate files using recess: recess --compile --compress moodle.less > ../style/moodle.css **
* regenerate files using recess: recess --compile --compress editor.less > ../style/editor.css **
* update ./thirdpartylibs.xml
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long