diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-08-21 15:25:53 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-08-21 15:25:53 +0200 |
commit | 59e670424ef9d7769e4252fe0f83e42d39a5c9b4 (patch) | |
tree | 478df7f249f0977f0ffeccfa958e8e66cfe17780 /assets | |
parent | 470ff90cfa4fa50a25e428454465da37aff0aa40 (diff) | |
download | wcms-59e670424ef9d7769e4252fe0f83e42d39a5c9b4.tar.gz wcms-59e670424ef9d7769e4252fe0f83e42d39a5c9b4.zip |
Fix : get list code moved to selection
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index edc1cb7..1c056b8 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -63,6 +63,18 @@ aside.home details#bookmarks ul { padding: 2%; } + +details#selection code { + overflow: auto; + max-width: 300px; + display: block; + white-space: nowrap; + color: #7b97b9; + background-color: #252525; + padding: 1%; + font-size: 12px; +} + main.home article#main { width: 100%; } |