diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-17 18:19:41 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-17 18:19:41 +0100 |
commit | f124114eb1e08c1349396de70abdabfa99f445ca (patch) | |
tree | d29f1645c3f70791c0a64f9424d367bdb66e3ceb /assets/css/home.css | |
parent | 2b1f317ed7a4d402a268f62dd65dc0d648b5ad0c (diff) | |
download | wcms-f124114eb1e08c1349396de70abdabfa99f445ca.tar.gz wcms-f124114eb1e08c1349396de70abdabfa99f445ca.zip |
css cleaning
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 25 |
1 files changed, 4 insertions, 21 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 89076ef..a51fbb7 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -18,7 +18,7 @@ div#options, article#main { -main.home { +main { display: flex; height: 100%; /* width: 100%; */ @@ -143,7 +143,7 @@ h1, h2 { -main.media div, main.home div#options, main.info nav, main article { +main.info nav, main article { border: solid 1px dimgrey; margin: 1%; background-color: lightgrey; @@ -238,10 +238,6 @@ main.font table#fontlist { max-width: 500px; } -main.media table#medialist { - width: 100%; - max-width: 960px; -} #topbar a.actualpage { text-decoration: underline; @@ -258,13 +254,6 @@ a:hover img.icon { } - - -main.media table#faviconlist { - width: 100%; - max-width: 640px; -} - main.info ul i { color: grey; } @@ -355,13 +344,7 @@ main.media table#medialist .thumbnail:hover img { } -main.media form { - margin: 0.5%; -} -main.media div#tree, main.media div#explorer { - display: inline-grid; -} main.media code { color: #9cbfe8; @@ -465,13 +448,13 @@ main.timeline li.event { -section.pages { +main section { display: flex; flex-direction: column; max-width: calc(100% - 160px); } -.home nav { +main nav { display: flex; flex-direction: column; height: 100%; |