summaryrefslogtreecommitdiff
path: root/public/css/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/main.css')
-rw-r--r--public/css/main.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/public/css/main.css b/public/css/main.css
index 50c2173..cb44e16 100644
--- a/public/css/main.css
+++ b/public/css/main.css
@@ -28,8 +28,8 @@ section > p /* boutons spéciaux mode admin */
28} 28}
29.galery_photos .html_from_editor img 29.galery_photos .html_from_editor img
30{ 30{
31 max-width: 400px; 31 max-width: 300px;
32 max-height: 250px; 32 max-height: 200px;
33} 33}
34article 34article
35{ 35{
@@ -50,6 +50,11 @@ article .logo2
50{ 50{
51 width: 100%; 51 width: 100%;
52} 52}
53article img
54{
55 max-width: 100%;
56 height: auto;
57}
53.new_content_text 58.new_content_text
54{ 59{
55 max-height: 250px; 60 max-height: 250px;
@@ -120,4 +125,9 @@ main button:hover
120 cursor: pointer; /* curseur qui pointe du doigt */ 125 cursor: pointer; /* curseur qui pointe du doigt */
121 background-color: #ffff00; 126 background-color: #ffff00;
122 border-radius: 4px; 127 border-radius: 4px;
128}
129
130article a:hover
131{
132 cursor: pointer;
123} \ No newline at end of file 133} \ No newline at end of file