diff options
Diffstat (limited to 'themes/default/not-ie.css')
-rw-r--r-- | themes/default/not-ie.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/default/not-ie.css b/themes/default/not-ie.css new file mode 100644 index 000000000..c5bd7adef --- /dev/null +++ b/themes/default/not-ie.css @@ -0,0 +1,8 @@ + +/* 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 */ +} |