Created
January 27, 2015 00:44
-
-
Save dstyle0210/f17b745715222b78e32a to your computer and use it in GitHub Desktop.
[삭제예정] - reset.less 로 통합
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
| /*========================================================================== | |
| HTML5 display definitions | |
| ==========================================================================*/ | |
| article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display:block;} | |
| audio,canvas,video {display:inline-block;} | |
| audio:not([controls]) {display:none; height:0;} | |
| [hidden] {display:none;} | |
| figure {margin:0;} | |
| button {border:0 none;padding:0;margin:0;background:transparent;cursor:pointer;} | |
| figcaption {height: 0; width: 0; font-size: 0; line-height: 0; margin: 0; padding: 0; overflow:hidden;} | |
| /* basis Selector */ | |
| html {-ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;} | |
| abbr[title] {border-bottom:1px dotted;} | |
| hr {-moz-box-sizing:content-box; box-sizing:content-box; height:0;} | |
| mark {background:#ff0; color:#000;} | |
| code,kbd,pre,samp {font-family:monospace, serif; font-size:1em;} | |
| pre {white-space:pre-wrap;} | |
| small {font-size:80%;} | |
| sub,sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline;} | |
| sup {top:-0.5em;} | |
| sub {bottom:-0.25em;} | |
| svg:not(:root) {overflow:hidden;} | |
| button,input,select,textarea {font-family:inherit; font-size:100%; margin:0;} | |
| button,input {line-height:normal;} | |
| button,select {text-transform:none;} | |
| button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance:button;} | |
| button[disabled],html input[disabled] {cursor:default;} | |
| input[type="checkbox"],input[type="radio"] {box-sizing:border-box; padding:0;} | |
| input[type="search"] {-webkit-appearance:textfield; -moz-box-sizing:content-box; -webkit-box-sizing:content-box; box-sizing:content-box;} | |
| input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;} | |
| input[type="text"], input[type="password"], textarea { border:1px solid #c8c8c8; padding: 5px; } | |
| select.selTxt {border:1px solid #c8c8c8; padding: 4px;} | |
| textarea {overflow:auto; vertical-align:top;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment