diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 10:22:19 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 10:22:19 +0100 |
commit | 9fc3c177b3228f7d68ce464a7d5056002ca9a8d0 (patch) | |
tree | 3d253664ce27d8eee5b68f314c11dae96a515a84 /assets/css | |
parent | 8567e8fd802a379d63b9e019123d7f29f6e28f81 (diff) | |
download | wcms-9fc3c177b3228f7d68ce464a7d5056002ca9a8d0.tar.gz wcms-9fc3c177b3228f7d68ce464a7d5056002ca9a8d0.zip |
refactoring ui for info user admin sections
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index e36cd19..f23affc 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -143,13 +143,6 @@ h1, h2 { -main.info nav, main article { - border: solid 1px dimgrey; - margin: 1%; - background-color: lightgrey; -} - - p { padding: 0 1%; } @@ -316,13 +309,6 @@ main.info blockquote { word-break: break-all; } -main.info nav { - position: fixed; - left: 850px; - top: 0px; - margin-top: 50px; -} - main.info article code i { font-style: normal; color: #7b97b9; |