donner des rondeurs pour opera et safari

* Comme le montre http://border-radius.com/, il est possible d'avoir des bordures arrondies pour d'autres navigateurs supportant les CSS3
This commit is contained in:
Camille Lafitte 2010-05-26 19:48:23 +00:00
parent 29bcd7cdba
commit 0623706e4b
1 changed files with 7 additions and 1 deletions

View File

@ -201,7 +201,9 @@ img {
margin-bottom: 20px; margin-bottom: 20px;
width: 1020px; width: 1020px;
border: 5px solid #1D6A9F; border: 5px solid #1D6A9F;
-webkit-border-radius: 10px;
-moz-border-radius: 10px; -moz-border-radius: 10px;
border-radius: 10px;
background-color: #F0F0FA; background-color: #F0F0FA;
/* background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */ /* background: #F1F8FD url(/admin/images/bgborder.gif) repeat-y scroll top left; */
} }
@ -247,7 +249,9 @@ img {
border: 1px solid #1D6A9F; border: 1px solid #1D6A9F;
background-color: #C0DCF0; background-color: #C0DCF0;
padding: 3px; padding: 3px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px;
} }
.menu-box .menu-content { .menu-box .menu-content {
@ -306,7 +310,9 @@ img {
background-color: white; background-color: white;
border: 1px solid black; border: 1px solid black;
height: 8px; height: 8px;
-webkit-border-radius:4px;
-moz-border-radius: 4px; -moz-border-radius: 4px;
border-radius: 4px;
} }
.barfill { .barfill {