Skip to content

Commit

Permalink
fix display:inline-block on IE6 and IE7
Browse files Browse the repository at this point in the history
fix text-indent on IE6 and IE7
  • Loading branch information
hho2002 committed Apr 1, 2014
1 parent 1580c75 commit f0e181a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,20 @@ h1, h2, h3, h4, b {
left: 0;
right: 0;
bottom: 20px;
width: 100%;
}
.banner .dots li {
display: inline-block;
*display: inline;
zoom: 1;

width: 10px;
height: 10px;
line-height: 10px;
margin: 0 4px;

text-indent: -999em;
*text-indent: 0;

border: 2px solid #fff;
border-radius: 6px;
Expand Down

0 comments on commit f0e181a

Please sign in to comment.