aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_sidebar.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/partials/_sidebar.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 'stylesheets/partials/_sidebar.sass')
-rw-r--r--stylesheets/partials/_sidebar.sass16
1 files changed, 8 insertions, 8 deletions
diff --git a/stylesheets/partials/_sidebar.sass b/stylesheets/partials/_sidebar.sass
index d98ef356..2a842027 100644
--- a/stylesheets/partials/_sidebar.sass
+++ b/stylesheets/partials/_sidebar.sass
@@ -2,21 +2,21 @@
line-height: 1.45em
font-size: 90%
h3
- font-size: #{!h4+2}
+ font-size: $h4 + 2
margin: 20px -15px 10px
padding: 12px 15px
- background: #fff
+ background: white
border-bottom: 1px solid #e5e5e5
border-top: 1px solid #e5e5e5
&:first-child
margin-top: 0
h4
- font-size: #{!h5}
-
+ font-size: $h5
+
#twitter, #delicious
+border-radius
background: #f8f8f8
- border: 1px solid #eee
+ border: 1px solid #eeeeee
padding: 5px 0
ul
list-style-type: none
@@ -24,7 +24,7 @@
li
margin: 0 15px
padding: 10px 0 0
- border-bottom: #ddd 1px dashed
+ border-bottom: #dddddd 1px dashed
&:last-child
border-bottom: 0
@@ -32,6 +32,6 @@
p
font-style: italic
li
- color: #666
+ color: #666666
font-style: normal
- padding-bottom: 8px \ No newline at end of file
+ padding-bottom: 8px