Skip to content

Commit

Permalink
CSS cleanup: added bigger font-size to .ui-widget in demos
Browse files Browse the repository at this point in the history
The general (.ui-widget) font-size shouldn't be part of the core CSS (so, removed in a3b2ad3), but should be set if needed by the user. As the demos set a body font-size of 62.5%, the original 1.1em make sense in there.
  • Loading branch information
selfthinker committed Dec 29, 2011
1 parent f7bd452 commit d0bd5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demos/demos.css
Expand Up @@ -2,6 +2,10 @@ body {
font-size: 62.5%;
}

.ui-widget {
font-size: 1.1em;
}

table {
font-size: 1em;
}
Expand Down

0 comments on commit d0bd5d9

Please sign in to comment.