blob: 812c60e4136be10cf3df39201935c87d2121496f (
plain)
1
2
3
4
5
6
7
8
9
|
/* $Id: /piwigo/trunk/template/yoga/not-ie.css 6321 2008-08-22T00:45:03.152754Z rvelices $ */
/* 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 */
}
|