blob: c5bd7adef322f33039399d76a1e5c10280f8ce42 (
plain)
1
2
3
4
5
6
7
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 */
}
|