From 2a6e5d0a436dfb8c2dd6816ee2ee2e1532e46e9c Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 15 Jun 2010 04:11:33 +0000 Subject: merge r6531 from trunk to branch 2.1 moved content of not-ie.css (1 rule) into theme.css and obsoleted not-ie.css git-svn-id: http://piwigo.org/svn/branches/2.1@6532 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/not-ie.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 themes/default/not-ie.css (limited to 'themes/default/not-ie.css') diff --git a/themes/default/not-ie.css b/themes/default/not-ie.css deleted file mode 100644 index c5bd7adef..000000000 --- a/themes/default/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 */ -} -- cgit v1.2.3