From 8bf683305b6b7670861be4a73a13e1ddace4e05a Mon Sep 17 00:00:00 2001 From: tetue <tetue@rezo.net> Date: Sun, 27 May 2007 10:19:40 +0000 Subject: [PATCH] Sans oublier l'agenda (adieu aux -moz-border-radius). --- dist/agenda.css | 40 ++++++---------------------------------- 1 file changed, 6 insertions(+), 34 deletions(-) diff --git a/dist/agenda.css b/dist/agenda.css index 692ba627d1..91f0478d1c 100644 --- a/dist/agenda.css +++ b/dist/agenda.css @@ -46,7 +46,6 @@ div.navigation-calendrier img { font-size: 10px; font-weight: bold; color: #FFF; - -moz-border-radius: 5px; } .calendrier-annee:hover { @@ -123,7 +122,6 @@ div.navigation-calendrier img { padding: 1px; text-align: center; background-color: #FFF; - -moz-border-radius: 5px; } .calendrier-demiagenda { @@ -132,7 +130,6 @@ div.navigation-calendrier img { padding: 0; text-align: center; background-color: #FFF; - -moz-border-radius: 5px; } .calendrier-tripleagenda { @@ -148,8 +145,6 @@ div.navigation-calendrier img { padding-bottom: 5px; border: 0; background-color: #FFF; - -moz-border-radius-bottomleft: 8px; - -moz-border-radius-bottomright: 8px; } .calendrier-titre { @@ -178,35 +173,12 @@ div.navigation-calendrier img { border-top: 1px solid #CCC; } -.calendrier-mozleft { - -moz-border-radius-topleft: 10px; - -moz-border-radius-bottomleft: 10px; - } - -.calendrier-mozright { - -moz-border-radius-topright: 10px; - -moz-border-radius-bottomright: 10px; - } - -.calendrier-moztop8 { - -moz-border-radius-topleft: 8px; - -moz-border-radius-topright: 8px; -} - -.calendrier-mozbottom8 { - -moz-border-radius-bottomleft: 8px; - -moz-border-radius-bottomright: 8px; -} - -.calendrier-moztop6 { - -moz-border-radius-topleft: 6px; - -moz-border-radius-topright: 6px; -} - -.calendrier-mozbottom6 { - -moz-border-radius-bottomleft: 6px; - -moz-border-radius-bottomright: 6px; -} +.calendrier-mozleft {} +.calendrier-mozright {} +.calendrier-moztop8 {} +.calendrier-mozbottom8 {} +.calendrier-moztop6 {} +.calendrier-mozbottom6 {} .calendrier-opacity { -moz-opacity: 0.3; -- GitLab