2011-05-28 02:30:45 +00:00
|
|
|
a {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: initial;
|
|
|
|
border-bottom-right-radius: initial;
|
|
|
|
border-top-left-radius: initial;
|
|
|
|
border-top-right-radius: initial;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
b {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: inherit;
|
|
|
|
border-bottom-right-radius: inherit;
|
|
|
|
border-top-left-radius: inherit;
|
|
|
|
border-top-right-radius: inherit;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
c {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: unset;
|
|
|
|
border-bottom-right-radius: unset;
|
|
|
|
border-top-left-radius: unset;
|
|
|
|
border-top-right-radius: unset;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
d {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
e {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 5px;
|
|
|
|
border-bottom-right-radius: 5px;
|
|
|
|
border-top-left-radius: 5px;
|
|
|
|
border-top-right-radius: 5px;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
f {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 50%;
|
|
|
|
border-bottom-right-radius: 50%;
|
|
|
|
border-top-left-radius: 50%;
|
|
|
|
border-top-right-radius: 50%;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
g {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 5px 6px;
|
|
|
|
border-bottom-right-radius: 5px 6px;
|
|
|
|
border-top-left-radius: 5px 6px;
|
|
|
|
border-top-right-radius: 5px 6px;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
h {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 5px 20%;
|
|
|
|
border-bottom-right-radius: 5px 20%;
|
|
|
|
border-top-left-radius: 5px 20%;
|
|
|
|
border-top-right-radius: 5px 20%;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
2015-12-20 22:33:24 +00:00
|
|
|
border-bottom-left-radius: 10% 20%;
|
|
|
|
border-bottom-right-radius: 10% 20%;
|
|
|
|
border-top-left-radius: 10% 20%;
|
|
|
|
border-top-right-radius: 10% 20%;
|
2011-05-28 02:30:45 +00:00
|
|
|
}
|