diff options
Diffstat (limited to 'template/yoga/not-ie.css')
-rw-r--r-- | template/yoga/not-ie.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/template/yoga/not-ie.css b/template/yoga/not-ie.css index 0a4bfe618..c39e4cfa0 100644 --- a/template/yoga/not-ie.css +++ b/template/yoga/not-ie.css @@ -7,7 +7,3 @@ -moz-border-radius: 4px; /* round corners with Geko */ -webkit-border-radius: 4px; /* Safari webkit project */ } -ul.tabsheet li { - -moz-border-radius: 6px 6px 0px 0px; /* round corners with Geko */ - -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */ -} |