-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Allen Lee <[email protected]> Co-authored-by: Weston Ludeke <[email protected]> Co-authored-by: Rachele Lang <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,470 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
/* | ||
---------------------------------------- | ||
Tantek Celik's Whitepsace Reset | ||
Author: Tantek Celik, Shane Riley | ||
Version: (CC) 2010 Some Rights Reserved - http://creativecommons.org/licenses/by/2.0 | ||
Description: Resets default styling of common browsers to a common base | ||
---------------------------------------- | ||
*/ | ||
|
||
ul, | ||
ol { | ||
list-style: none; | ||
} | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
pre, | ||
code { | ||
font-size: 1em; | ||
} | ||
ul, | ||
ol, | ||
li, | ||
h1, | ||
h2, | ||
h3, | ||
h4, | ||
h5, | ||
h6, | ||
pre, | ||
form, | ||
body, | ||
html, | ||
p, | ||
blockquote, | ||
fieldset, | ||
input, | ||
dl, | ||
dt, | ||
dd, | ||
figure, | ||
figcaption { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
a img, | ||
:link img, | ||
:visited img, | ||
fieldset { | ||
border: none; | ||
} | ||
address { | ||
font-style: normal; | ||
} | ||
header, | ||
section, | ||
article, | ||
nav, | ||
footer, | ||
hgroup, | ||
details, | ||
summary, | ||
figure, | ||
main, | ||
div { | ||
display: block; | ||
box-sizing: border-box; | ||
} | ||
mark { | ||
color: inherit; | ||
background: transparent; | ||
} | ||
abbr { | ||
border: none; | ||
} | ||
summary::-webkit-details-marker { | ||
display: none; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.