diff options
author | B Mathis <brandon@imathis.com> | 2009-11-07 19:24:09 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2009-11-07 19:24:09 -0600 |
commit | f702f2fc2f99c62016a692514a01290d3f3d898b (patch) | |
tree | f2a79c978f9d3f07c8004aecf902b63e8a41da77 /stylesheets | |
parent | fcc761c7bf1de6d18b353a4895750a8e423e0d3f (diff) | |
download | my_new_personal_website-f702f2fc2f99c62016a692514a01290d3f3d898b.tar.xz my_new_personal_website-f702f2fc2f99c62016a692514a01290d3f3d898b.zip |
added sidebar partial, updated twitter style, handling linebreaks with paragraphs
Diffstat (limited to 'stylesheets')
-rw-r--r-- | stylesheets/_partials.sass | 3 | ||||
-rw-r--r-- | stylesheets/partials/_twitter.sass | 9 |
2 files changed, 9 insertions, 3 deletions
diff --git a/stylesheets/_partials.sass b/stylesheets/_partials.sass index 326df48d..cb523693 100644 --- a/stylesheets/_partials.sass +++ b/stylesheets/_partials.sass @@ -1,2 +1,3 @@ @import partials/twitter.sass -@import partials/search.sass
\ No newline at end of file +@import partials/search.sass +@import partials/sidebar.sass
\ No newline at end of file diff --git a/stylesheets/partials/_twitter.sass b/stylesheets/partials/_twitter.sass index 85a56aed..8752656c 100644 --- a/stylesheets/partials/_twitter.sass +++ b/stylesheets/partials/_twitter.sass @@ -4,13 +4,18 @@ background: #f8f8f8 border: 1px solid #eee padding: 5px 0 - p + ul + list-style-type: none + margin: 0 + li margin: 0 15px - padding: 12px 0 + padding: 10px 0 0 border-bottom: #ddd 1px dashed line-height: 1.625em &:last-child border-bottom: 0 + p + padding-bottom: 10px .pubdate color= !light_text font-size: 80% |