diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-01-21 01:28:04 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-01-21 01:28:04 +0100 |
commit | c47b78e13afb092aa1a30296b885b2911444fe3c (patch) | |
tree | b387ea24ebced532a69937d3156a695781b9dd81 /assets/css | |
parent | 61d7c9de6b7d50eb151e513e3be1e1805b4690d3 (diff) | |
download | wcms-c47b78e13afb092aa1a30296b885b2911444fe3c.tar.gz wcms-c47b78e13afb092aa1a30296b885b2911444fe3c.zip |
new user manual in markdown
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/home.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index f23affc..b3edc49 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -273,8 +273,19 @@ main.info blockquote i { color: #7b97b9; } +main.info article#manual h1 { + text-align: center; + font-size: 50px; + color: black; + background-color: transparent; + font-weight: lighter; + margin: 6%; + border-top: solid; + border-bottom: solid; +} + -main.info article h2#manual { +main.info article#manual h2 { text-align: center; font-size: 40px; } |