source: trunk/template/yoga/not-ie.css @ 3283

Last change on this file since 3283 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • 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.