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

Last change on this file since 3168 was 2481, checked in by rvelices, 16 years ago
  • further reduce css rules and remove unused ones
  • added a smarty prefilter so that html output is nicely indented now ...
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 263 bytes
Line 
1/* $Id: not-ie.css 2481 2008-08-22 00:45:03Z rvelices $ */
2
3/* All directives not supported by IE */
4/* can be overiden in any theme but not hidden to IE */
5
6.content UL.thumbnails SPAN.wrap2 {
7  -moz-border-radius: 4px;      /* round corners with Geko */
8  -webkit-border-radius: 4px; /* Safari webkit project */
9}
Note: See TracBrowser for help on using the repository browser.