diff options
| author | Mike McQuaid | 2017-05-14 15:27:06 +0100 |
|---|---|---|
| committer | GitHub | 2017-05-14 15:27:06 +0100 |
| commit | e0ab162f82921077cfb899637fdd39e426adfc9b (patch) | |
| tree | cb6683fa1b0be20d9988d6888eb69dca196ff7cf /docs/css/reset.css | |
| parent | 75d230318ab97aa7df0f31f9a9a6a1c2ce2f23e3 (diff) | |
| parent | 48d99d13389fe2b568f4038ad3926a17094c5fc7 (diff) | |
| download | brew-e0ab162f82921077cfb899637fdd39e426adfc9b.tar.bz2 | |
Merge pull request #2632 from MikeMcQuaid/sass
docs.brew.sh: use SCSS.
Diffstat (limited to 'docs/css/reset.css')
| -rw-r--r-- | docs/css/reset.css | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/docs/css/reset.css b/docs/css/reset.css deleted file mode 100644 index 1c85489d6..000000000 --- a/docs/css/reset.css +++ /dev/null @@ -1,53 +0,0 @@ -/* http://meyerweb.com/eric/tools/css/reset/ */ -/* v1.0 | 20080212 */ - -html, body, div, span, applet, object, iframe, -h1, h2, h3, h4, h5, h6, p, blockquote, pre, -a, abbr, acronym, address, big, cite, code, -del, dfn, em, font, img, ins, kbd, q, s, samp, -small, strike, strong, sub, sup, tt, var, -b, u, i, center, -dl, dt, dd, ol, ul, li, -fieldset, form, label, legend, -table, caption, tbody, tfoot, thead, tr, th, td { - margin: 0; - padding: 0; - border: 0; - outline: 0; - font-size: 100%; - vertical-align: baseline; - background: transparent; -} -body { - line-height: 1; -} -ol, ul { - list-style: none; -} -blockquote, q { - quotes: none; -} -blockquote:before, blockquote:after, -q:before, q:after { - content: ''; - content: none; -} - -/* remember to define focus styles! */ -:focus { - outline: 0; -} - -/* remember to highlight inserts somehow! */ -ins { - text-decoration: none; -} -del { - text-decoration: line-through; -} - -/* tables still need 'cellspacing="0"' in the markup */ -table { - border-collapse: collapse; - border-spacing: 0; -} |
