summaryrefslogtreecommitdiff
path: root/public/css/body.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/body.css')
-rw-r--r--public/css/body.css9
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}
108article img 117article 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 */