diff options
Diffstat (limited to 'template/yoga/not-ie.css')
-rw-r--r-- | template/yoga/not-ie.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template/yoga/not-ie.css b/template/yoga/not-ie.css deleted file mode 100644 index c5bd7adef..000000000 --- a/template/yoga/not-ie.css +++ /dev/null @@ -1,8 +0,0 @@ - -/* All directives not supported by IE */ -/* can be overiden in any theme but not hidden to IE */ - -.content UL.thumbnails SPAN.wrap2 { - -moz-border-radius: 4px; /* round corners with Geko */ - -webkit-border-radius: 4px; /* Safari webkit project */ -} |