diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 10:22:49 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-20 10:22:49 +0100 |
commit | 61d7c9de6b7d50eb151e513e3be1e1805b4690d3 (patch) | |
tree | d41e5fc8d20a598f74c943789b3d191ac3487e62 /assets | |
parent | 727d37179803378a8da8dcec02e3b8f063d07e6d (diff) | |
parent | 9fc3c177b3228f7d68ce464a7d5056002ca9a8d0 (diff) | |
download | wcms-61d7c9de6b7d50eb151e513e3be1e1805b4690d3.tar.gz wcms-61d7c9de6b7d50eb151e513e3be1e1805b4690d3.zip |
Merge branch 'implement-better-ui'
Diffstat (limited to 'assets')
-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; |