diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-02-12 19:44:00 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-02-12 19:44:00 +0100 |
commit | e32f2f1749c691f6c778261a8f8d300573895345 (patch) | |
tree | 84a4293c7f0781243259d21f2472273c0f52fada /assets | |
parent | 0937c851313b5098dc15e5d411b6c3638cbd5116 (diff) | |
download | wcms-e32f2f1749c691f6c778261a8f8d300573895345.tar.gz wcms-e32f2f1749c691f6c778261a8f8d300573895345.zip |
Link to refactoring close #48
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/home.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index 28ab5ff..f5f931e 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -132,6 +132,13 @@ main.home table .id { font-size: medium; } +#home2table a.linkto { + font-family: monospace; + font-size: medium; + text-decoration: underline; + text-decoration-color: white; +} + nav span.counter { border-radius: 100%; width: 17px; @@ -602,7 +609,7 @@ footer { @media (max-width: 600px) { - main.home .summary, main.home .linkfrom, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone { + main.home .summary, main.home .linkto, main.home .linkto, main.home .delete, main.home .datecreation, main.home .date, main.home .log, main.home .secure, main.home .tag, .hidephone { display: none; } |