Created
September 19, 2012 13:37
-
-
Save gunnarbittersmann/3749725 to your computer and use it in GitHub Desktop.
The :lang() selector and font-size in %
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * The :lang() selector and font-size in % | |
| */ | |
| :lang(fr) { font-style: italic; font-size:130%; } | |
| :lang(fr) * { font-size: inherit; } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p>This is <em>English</em>, but <span lang="fr">ceci est <em>Français</em>, non?</span></p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment