Skip to content

Commit

Permalink
replaced underscore to star hack to force display:inline for all IEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kaupp committed Jan 28, 2010
1 parent eef4d0b commit dc774a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/tabs.css
@@ -1,7 +1,7 @@
.tabs{}
.tabs .hd{}
.tabs .hd ul{padding:0; display:table-row;_zoom:1;}
.tabs .hd li{display:table-cell;_display:inline;vertical-align:middle;}
.tabs .hd li{display:table-cell;*display:inline;vertical-align:middle;}
.tabs .hd .tabControl li a{display:inline-block;text-decoration: none;}
.tabs .hd .tabControl li span{display:inline-block; text-align:center; padding: 5px 20px;}
.tabs .bd li{display:none;}
Expand Down

0 comments on commit dc774a6

Please sign in to comment.