diff options
author | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-12 13:48:31 +0200 |
---|---|---|
committer | polo-pc-greta <ordipolo@gmx.fr> | 2025-05-12 13:48:31 +0200 |
commit | 3674515ed5f5b394226954a646d5748419511e7d (patch) | |
tree | 1b5e05d87c075d305c5bfbb538bd9006b5c4498a /public/css | |
parent | f6681c83bbb88fee9070ede9cf6d05b757050957 (diff) | |
download | cms-3674515ed5f5b394226954a646d5748419511e7d.zip |
petit bug
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/body.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/css/body.css b/public/css/body.css index 20e53e0..226e610 100644 --- a/public/css/body.css +++ b/public/css/body.css | |||
@@ -105,6 +105,15 @@ article .logo2 | |||
105 | /*max-height: 400;*/ | 105 | /*max-height: 400;*/ |
106 | overflow: hidden; | 106 | overflow: hidden; |
107 | } | 107 | } |
108 | .new_content button | ||
109 | { | ||
110 | cursor: pointer; | ||
111 | } | ||
112 | .new_content button:hover | ||
113 | { | ||
114 | background-color: #ffff00; | ||
115 | border-radius: 4px; | ||
116 | } | ||
108 | article img | 117 | article img |
109 | { | 118 | { |
110 | max-width: 100%; /* règle compliquée, vérifier selon la page et la taille de l'image */ | 119 | max-width: 100%; /* règle compliquée, vérifier selon la page et la taille de l'image */ |