mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
demos/demos.css - fixed font-sizing in IE7.
This commit is contained in:
parent
913d6fd35a
commit
12ae21dff7
@ -2,6 +2,10 @@ body {
|
||||
font-size: 62.5%;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
/* Site
|
||||
-------------------------------- */
|
||||
|
||||
@ -183,3 +187,7 @@ div.demo-description {
|
||||
.ui-draggable, .ui-droppable {
|
||||
background-position: top left;
|
||||
}
|
||||
|
||||
.left-nav .demos-nav {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user