Skip to content

Commit

Permalink
Merge branch 'grids-text-rendering' of git://github.com/msweeney/yui3…
Browse files Browse the repository at this point in the history
… into msweeney-grids-text-rendering
  • Loading branch information
ericf committed Feb 15, 2013
2 parents 8328cab + b4c124f commit 69495a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cssgrids/css/cssgrids-base.css
Expand Up @@ -2,6 +2,7 @@
letter-spacing: -0.31em; /* webkit: collapse white-space between units */
*letter-spacing: normal; /* reset IE < 8 */
word-spacing: -0.43em; /* IE < 8 && gecko: collapse white-space between units */
text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}

.yui3-u {
Expand All @@ -10,4 +11,5 @@
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
1 change: 1 addition & 0 deletions src/cssgrids/css/cssgrids-units.css
Expand Up @@ -31,6 +31,7 @@
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}

.yui3-u-1 {
Expand Down
1 change: 1 addition & 0 deletions src/cssgrids/docs/partials/cssgrids-units-source.mustache
Expand Up @@ -15,6 +15,7 @@ div.yui3-g {
body {
margin-left: 10px; /* left gutter */
text-rendering: optimizeLegibility;
}
.content {
Expand Down

0 comments on commit 69495a9

Please sign in to comment.