diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 14:32:58 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-29 14:32:58 +0100 |
commit | 74fb648d199bf70a3401b38fbf5a7654fdc0f23e (patch) | |
tree | 5eb07f34ee2864546ca09eee53c4b9b6742b2211 /assets | |
parent | dbdff59c140fe45d858f4dc2c611daf56005aef6 (diff) | |
download | wcms-74fb648d199bf70a3401b38fbf5a7654fdc0f23e.tar.gz wcms-74fb648d199bf70a3401b38fbf5a7654fdc0f23e.zip |
fix add label to title in home
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index b14f9a1..a801ba8 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -107,7 +107,7 @@ main.home div#main { flex-direction: column; } -main.home table#home2table label { +main.home table .id { font-family: monospace; font-size: medium; } |