aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-02-08 13:53:56 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-02-08 13:53:56 +0100
commit36f5229b006668c989399d91a0ff849f82b9b8cf (patch)
tree7cedc4e2c42c7bf22d00a7a5b9d4f1b3c20de37a /assets
parent78fb21d941b1af97edb86f1677fd3f5a0dbc56ff (diff)
downloadwcms-36f5229b006668c989399d91a0ff849f82b9b8cf.tar.gz
wcms-36f5229b006668c989399d91a0ff849f82b9b8cf.zip
fix %connect + manual update
Diffstat (limited to 'assets')
-rw-r--r--assets/css/home.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css
index b19ea24..e57e7cf 100644
--- a/assets/css/home.css
+++ b/assets/css/home.css
@@ -357,7 +357,7 @@ main.info article#manual h2 {
}
main.info article#manual h3 {
- border-bottom: solid 1px grey;
+ border-bottom: solid 2px #7b97b9;
margin-top: 30px;
padding-top: 15px;
font-size: 35px;
@@ -368,13 +368,20 @@ main.info article h4 {
font-size: x-large;
margin-top: 35px;
margin-bottom: 25px;
+ padding: 0 20px;
}
main.info article#manual h5 {
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 0;
+ margin-left: 0;
font-size: medium;
+ border: solid 1px;
+ width: fit-content;
+ padding: 0 3px;
+ border-left: 8px solid;
+ border-color: #7b97b9;
}