Skip to content

Commit

Permalink
demos/demos.css - fixed font-sizing in IE7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca-Phun Ung committed Jan 3, 2009
1 parent 913d6fd commit 12ae21d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demos/demos.css
Expand Up @@ -2,6 +2,10 @@ body {
font-size: 62.5%;
}

table {
font-size: 1em;
}

/* Site
-------------------------------- */

Expand Down Expand Up @@ -183,3 +187,7 @@ div.demo-description {
.ui-draggable, .ui-droppable {
background-position: top left;
}

.left-nav .demos-nav {
padding-right: 10px;
}

0 comments on commit 12ae21d

Please sign in to comment.