aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_reset.sass
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
committerBrandon Mathis <brandon@imathis.com>2011-04-17 22:49:30 -0500
commite4c2d5790bac6a74037638fde049c374fc44cc7b (patch)
tree83f5e5b7324fcb5951d755442e2e601a3eaed35a /stylesheets/library/_reset.sass
parent4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (diff)
downloadmy_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.tar.xz
my_new_personal_website-e4c2d5790bac6a74037638fde049c374fc44cc7b.zip
irrisponsibly massive commit
Diffstat (limited to 'stylesheets/library/_reset.sass')
-rw-r--r--stylesheets/library/_reset.sass58
1 files changed, 0 insertions, 58 deletions
diff --git a/stylesheets/library/_reset.sass b/stylesheets/library/_reset.sass
deleted file mode 100644
index cc0de601..00000000
--- a/stylesheets/library/_reset.sass
+++ /dev/null
@@ -1,58 +0,0 @@
-// Borrowed from the blueprint reset
-
-// Global reset rules.
-// For more specific resets, use the reset mixins provided below
-=global-reset
- html, body
- +reset
- +nested-reset
-
-// Reset all elements within some selector scope.To reset the selector itself,
-// mixin the appropriate reset mixin for that element type as well. This could be
-// useful if you want to style a part of your page in a dramatically different way.
-=nested-reset
- div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
- pre, a, abbr, acronym, address, code, del, dfn, em, img,
- dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr
- +reset
- blockquote, q
- +reset-quotation
- th, td, caption
- +reset-table-cell
- table
- +reset-table
- a img
- border: none
-
-=reset-box-model
- margin: 0
- padding: 0
- border: 0
-
-=reset
- +reset-box-model
- font:
- weight: inherit
- style: inherit
- size: 100%
- family: inherit
- vertical-align: baseline
-
-=reset-quotation
- +reset
- quotes: "" ""
- &:before,
- &:after
- content: ""
-
-=reset-table-cell
- +reset
- text-align: left
- font-weight: normal
- vertical-align: middle
-
-=reset-table
- +reset
- border-collapse: separate
- border-spacing: 0
- vertical-align: middle