diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-07 13:18:45 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-07 13:18:45 +0200 |
commit | ce8c4c5e7d918d81e09710d7c89a45d36a80c32a (patch) | |
tree | 9ebe2fa7a2d89ebd3da16f229df3802041295b26 /assets | |
parent | 7ccb591697227fcc77125e6b6fbe33f9fbe13ca4 (diff) | |
download | wcms-ce8c4c5e7d918d81e09710d7c89a45d36a80c32a.tar.gz wcms-ce8c4c5e7d918d81e09710d7c89a45d36a80c32a.zip |
new medialist parse synthax + media file id bugfix
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 121098e..928b34b 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -70,6 +70,10 @@ main.media div, main.home div#options, main.info nav, main article { } +p { + padding: 0 1%; +} + tr:hover { background-color: grey; |