Skip to content

Instantly share code, notes, and snippets.

@tranquangchau
Created September 18, 2015 01:40
Show Gist options
  • Save tranquangchau/c11cd92108514d4ee129 to your computer and use it in GitHub Desktop.
Save tranquangchau/c11cd92108514d4ee129 to your computer and use it in GitHub Desktop.
@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