Created
September 18, 2015 01:40
-
-
Save tranquangchau/c11cd92108514d4ee129 to your computer and use it in GitHub Desktop.
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
@charset "UTF-8"; | |
/* CSS Document */ | |
/* | |
Copyright (c) 2008, Yahoo! Inc. All rights reserved. | |
Code licensed under the BSD License: | |
http://developer.yahoo.net/yui/license.txt | |
version: 2.6.0 | |
*/ | |
/** | |
* Percents could work for IE, but for backCompat purposes, we are using keywords. | |
* x-small is for IE6/7 quirks mode. | |
*/ | |
body { | |
font: 13px/1.231 "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka",arial,helvetica,clean,sans-serif; | |
*font-size:small; /* for IE */ | |
*font:x-small; /* for IE in quirks mode */ | |
} | |
/** | |
* Nudge down to get to 13px equivalent for these form elements | |
*/ | |
select, | |
input, | |
button, | |
textarea { | |
font:99% arial,helvetica,clean,sans-serif; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment