diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-09 18:43:21 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-09 18:43:21 +0100 |
commit | 69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0 (patch) | |
tree | 74d94124d83a9b0a48a58bb96f5d2111994d01e9 /assets/global | |
parent | ae0693d074a63412e7ab9587520096cb60a48e64 (diff) | |
download | wcms-69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0.tar.gz wcms-69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0.zip |
auto-media-dir-list
Diffstat (limited to 'assets/global')
-rw-r--r-- | assets/global/global.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/global/global.css b/assets/global/global.css index e96050d..42b91c5 100644 --- a/assets/global/global.css +++ b/assets/global/global.css @@ -5,4 +5,15 @@ body { a.external::before { content: "⧉ "; +} + +ul.medialist { + max-width: 400px; + width: 100%; + list-style: none; + padding: 0; +} + +.medialist img { + width: 100%; }
\ No newline at end of file |