aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/library/_reset.sass
diff options
context:
space:
mode:
authorB Mathis <brandon@imathis.com>2010-07-26 10:55:53 -0500
committerB Mathis <brandon@imathis.com>2010-07-26 10:55:53 -0500
commit76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f (patch)
tree1c017153e507802955569cc88fc985baea3f1c5e /stylesheets/library/_reset.sass
parent5951848f724ae5a64d917dced57c328013dc2939 (diff)
downloadmy_new_personal_website-76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f.tar.xz
my_new_personal_website-76b8b8ca450dc09c86d0ad958f7397c3b1bdc36f.zip
fixed rake preview and updated sass to sass3 syntax
Diffstat (limited to '')
-rw-r--r--stylesheets/library/_reset.sass36
1 files changed, 18 insertions, 18 deletions
diff --git a/stylesheets/library/_reset.sass b/stylesheets/library/_reset.sass
index af4fe754..cc0de601 100644
--- a/stylesheets/library/_reset.sass
+++ b/stylesheets/library/_reset.sass
@@ -22,37 +22,37 @@
table
+reset-table
a img
- :border none
+ border: none
=reset-box-model
- :margin 0
- :padding 0
- :border 0
+ margin: 0
+ padding: 0
+ border: 0
=reset
+reset-box-model
- :font
- :weight inherit
- :style inherit
- :size 100%
- :family inherit
- :vertical-align baseline
+ font:
+ weight: inherit
+ style: inherit
+ size: 100%
+ family: inherit
+ vertical-align: baseline
=reset-quotation
+reset
- :quotes "" ""
+ quotes: "" ""
&:before,
&:after
- :content ""
+ content: ""
=reset-table-cell
+reset
- :text-align left
- :font-weight normal
- :vertical-align middle
+ text-align: left
+ font-weight: normal
+ vertical-align: middle
=reset-table
+reset
- :border-collapse separate
- :border-spacing 0
- :vertical-align middle
+ border-collapse: separate
+ border-spacing: 0
+ vertical-align: middle