Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f909e9e
)
MDL-54654 mod_data: fix invalid css for image gallery preset
author
Dan Poltawski
<dan@moodle.com>
Fri, 20 May 2016 11:30:23 +0000
(12:30 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 16 Jun 2016 19:52:04 +0000
(20:52 +0100)
mod/data/preset/imagegallery/csstemplate.css
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/preset/imagegallery/csstemplate.css
b/mod/data/preset/imagegallery/csstemplate.css
index
7c75522
..
2841932
100644
(file)
--- a/
mod/data/preset/imagegallery/csstemplate.css
+++ b/
mod/data/preset/imagegallery/csstemplate.css
@@
-22,8
+22,8
@@
.picturediv {
display: inline;
- width: 150px;
- height: 200px;
+
max-
width: 150px;
+
max-
height: 200px;
}
.inline {
@@
-39,4
+39,4
@@
#singleimage img {
width: 700px;
height: auto;
-}
\ No newline at end of file
+}