Moved under "trunk" to be able to track releases under "tags"

SVN:code[55]
This commit is contained in:
Denis Flaven
2009-04-28 09:03:12 +00:00
parent 27c05b460b
commit 6545595f19
422 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
Tabs - additional IE specific bug fixes
Recommended usage (Conditional Comments):
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<![endif]-->
*/
.tabs-nav { /* auto clear */
display: inline-block;
}
.tabs-nav .tabs-disabled a {
filter: alpha(opacity=40);
}