
- added a smarty prefilter so that html output is nicely indented now ... git-svn-id: http://piwigo.org/svn/trunk@2481 68402e56-0260-453c-a942-63ccdbb3a9ee
9 lines
263 B
CSS
9 lines
263 B
CSS
/* $Id$ */
|
|
|
|
/* 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 */
|
|
}
|