diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-10-07 05:55:26 +0200 |
commit | 74ccedd6544daac0845a044b5e6d71d577578c69 (patch) | |
tree | 2ec348bfc818fbc2859922ac71f866c407ce0a7b /public/css | |
parent | 67b20c49ec4e5efb4526fc64ef679dfb6dd41e30 (diff) | |
download | wcms-74ccedd6544daac0845a044b5e6d71d577578c69.tar.gz wcms-74ccedd6544daac0845a044b5e6d71d577578c69.zip |
2.9 map + filter fix + markdownextra
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/stylehome.css | 8 | ||||
-rw-r--r-- | public/css/stylemap.css | 0 |
2 files changed, 8 insertions, 0 deletions
diff --git a/public/css/stylehome.css b/public/css/stylehome.css index aa8daf2..98822f0 100644 --- a/public/css/stylehome.css +++ b/public/css/stylehome.css @@ -11,6 +11,13 @@ div#main { background-color: var(--color3); } +div#map { + border: ridge; + height: fit-content; + margin: 5px; + background-color: var(--color3); +} + div#options { border: ridge; margin: 5px; @@ -18,6 +25,7 @@ div#options { width: 15%; list-style: none; max-width: 200px; + height: fit-content; } diff --git a/public/css/stylemap.css b/public/css/stylemap.css new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/public/css/stylemap.css |