source: trunk/themes/default/not-ie.css @ 5123

Last change on this file since 5123 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • Property svn:eol-style set to LF
File size: 252 bytes
Line 
1
2/* All directives not supported by IE */
3/* can be overiden in any theme but not hidden to IE */
4
5.content UL.thumbnails SPAN.wrap2 {
6  -moz-border-radius: 4px;      /* round corners with Geko */
7  -webkit-border-radius: 4px; /* Safari webkit project */
8}
Note: See TracBrowser for help on using the repository browser.